diff --git a/home.nix b/home.nix index 88d1212e..79306d42 100644 --- a/home.nix +++ b/home.nix @@ -55,6 +55,7 @@ nix-channel --update echo "rebuilding home.nix..." home-manager switch &> switch.log || (cat switch.log | grep --color error && false) + rm switch.log '') (writeShellScriptBin "update" '' @@ -107,6 +108,11 @@ # Cursor theme fix ".icons/default".source = "${pkgs.bibata-cursors}/share/icons/Bibata-Modern-Classic"; # Set file content as another file + + # Add new file option to nautilus + "Templates/Text".text = ""; + "Templates/Markdown.md".text = ""; + "Templates/Script.sh".text = "#! /bin/bash"; }; home.sessionVariables = { @@ -234,6 +240,10 @@ ]; }; + "org/gnome/mutter" = { + draggable-border-width = 20; + }; + "org/gnome/desktop/interface" = { color-scheme = "prefer-dark"; enable-hot-corners = false;