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
gnumake
git
file
zip
unzip
rclone
dig
wireguard-tools
dogdns
du-dust
neofetch
nitch
bottom
nix-output-monitor
nil

View file

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