From 4e9951c9fa2a10185c6aa7f9c8c3049aca1d4247 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 28 Mar 2024 23:21:08 +0000 Subject: [PATCH] Small tweaks and templates --- home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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;