This commit is contained in:
caandt 2025-02-17 00:15:44 -06:00
parent 6f9a4b308d
commit 0af3947892
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@
speedtest-cli
unixtools.xxd
starship
sshfs
killall
file
nix-tree
@ -25,8 +26,6 @@
ffsubsync
unzip
unar
tmuxPlugins.vim-tmux-navigator
tmuxPlugins.sessionist
]
++ lib.optionals config.u.has.graphical [
(config.u.lib.localHome pkgs.firefox "firefox" "bin/firefox")

View file

@ -22,6 +22,7 @@ lib.mkIf config.u.has.graphical {
"audio/ogg" = media;
"audio/vorbis" = media;
"audio/x-vorbis+ogg" = media;
"audio/flac" = media;
"video/mp4" = media;
"video/mpeg" = media;
@ -29,6 +30,7 @@ lib.mkIf config.u.has.graphical {
"text/plain" = text;
"application/xml" = text;
"text/html" = text;
"inode/directory" = "org.kde.dolphin.desktop";
};