Compare commits

...

2 commits

Author SHA1 Message Date
Evie Litherland-Smith 879c2750c6 Set Evince as default PDF program
Add file-roller program for Thunar archive plugin
2024-05-27 12:00:12 +01:00
Evie Litherland-Smith 29b736b501 Add "file", swap dog for dig, neofetch for nitch 2024-05-27 10:18:56 +01:00
2 changed files with 6 additions and 4 deletions

View file

@ -57,13 +57,14 @@
coreutils coreutils
gnumake gnumake
git git
file
zip zip
unzip unzip
rclone rclone
dig
wireguard-tools wireguard-tools
dogdns
du-dust du-dust
neofetch nitch
bottom bottom
nix-output-monitor nix-output-monitor
nil nil

View file

@ -48,6 +48,7 @@
dconf.enable = true; dconf.enable = true;
light.enable = true; light.enable = true;
noisetorch.enable = true; noisetorch.enable = true;
file-roller.enable = true;
thunar = { thunar = {
enable = true; enable = true;
plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman]; plugins = with pkgs.xfce; [thunar-archive-plugin thunar-volman];
@ -156,8 +157,8 @@
"application/oxps" = emacs; "application/oxps" = emacs;
"application/x-shellscript" = emacs; "application/x-shellscript" = emacs;
"application/pdf" = emacs; "application/pdf" = ["evince.desktop"];
"application/epub+zip" = emacs; "application/epub+zip" = ["evince.desktop"];
"application/msword" = ["writer.desktop"]; "application/msword" = ["writer.desktop"];
"application/zip" = ["xarchiver.desktop"]; "application/zip" = ["xarchiver.desktop"];