Compare commits
No commits in common. "879c2750c67fca7358e82a2fc65d16f1ecb3f842" and "385d77975a0869b828fead35cf21979b9fc263c2" have entirely different histories.
879c2750c6
...
385d77975a
|
@ -57,14 +57,13 @@
|
||||||
coreutils
|
coreutils
|
||||||
gnumake
|
gnumake
|
||||||
git
|
git
|
||||||
file
|
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
rclone
|
rclone
|
||||||
dig
|
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
dogdns
|
||||||
du-dust
|
du-dust
|
||||||
nitch
|
neofetch
|
||||||
bottom
|
bottom
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
nil
|
nil
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
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];
|
||||||
|
@ -157,8 +156,8 @@
|
||||||
"application/oxps" = emacs;
|
"application/oxps" = emacs;
|
||||||
"application/x-shellscript" = emacs;
|
"application/x-shellscript" = emacs;
|
||||||
|
|
||||||
"application/pdf" = ["evince.desktop"];
|
"application/pdf" = emacs;
|
||||||
"application/epub+zip" = ["evince.desktop"];
|
"application/epub+zip" = emacs;
|
||||||
"application/msword" = ["writer.desktop"];
|
"application/msword" = ["writer.desktop"];
|
||||||
"application/zip" = ["xarchiver.desktop"];
|
"application/zip" = ["xarchiver.desktop"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue