Small tweaks and templates

This commit is contained in:
2024-03-28 23:21:08 +00:00
parent c41f2a2313
commit 615e388bfd

View File

@@ -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;