Compare commits
2 commits
385d77975a
...
879c2750c6
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | 879c2750c6 | ||
Evie Litherland-Smith | 29b736b501 |
|
@ -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
|
||||||
|
|
|
@ -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"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue