misc
This commit is contained in:
parent
6f9a4b308d
commit
0af3947892
|
|
@ -17,6 +17,7 @@
|
||||||
speedtest-cli
|
speedtest-cli
|
||||||
unixtools.xxd
|
unixtools.xxd
|
||||||
starship
|
starship
|
||||||
|
sshfs
|
||||||
killall
|
killall
|
||||||
file
|
file
|
||||||
nix-tree
|
nix-tree
|
||||||
|
|
@ -25,8 +26,6 @@
|
||||||
ffsubsync
|
ffsubsync
|
||||||
unzip
|
unzip
|
||||||
unar
|
unar
|
||||||
tmuxPlugins.vim-tmux-navigator
|
|
||||||
tmuxPlugins.sessionist
|
|
||||||
]
|
]
|
||||||
++ lib.optionals config.u.has.graphical [
|
++ lib.optionals config.u.has.graphical [
|
||||||
(config.u.lib.localHome pkgs.firefox "firefox" "bin/firefox")
|
(config.u.lib.localHome pkgs.firefox "firefox" "bin/firefox")
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ lib.mkIf config.u.has.graphical {
|
||||||
"audio/ogg" = media;
|
"audio/ogg" = media;
|
||||||
"audio/vorbis" = media;
|
"audio/vorbis" = media;
|
||||||
"audio/x-vorbis+ogg" = media;
|
"audio/x-vorbis+ogg" = media;
|
||||||
|
"audio/flac" = media;
|
||||||
|
|
||||||
"video/mp4" = media;
|
"video/mp4" = media;
|
||||||
"video/mpeg" = media;
|
"video/mpeg" = media;
|
||||||
|
|
@ -29,6 +30,7 @@ lib.mkIf config.u.has.graphical {
|
||||||
|
|
||||||
"text/plain" = text;
|
"text/plain" = text;
|
||||||
"application/xml" = text;
|
"application/xml" = text;
|
||||||
|
"text/html" = text;
|
||||||
|
|
||||||
"inode/directory" = "org.kde.dolphin.desktop";
|
"inode/directory" = "org.kde.dolphin.desktop";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue