misc
This commit is contained in:
parent
6f9a4b308d
commit
0af3947892
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue