Small tweaks and templates
This commit is contained in:
10
home.nix
10
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;
|
||||
|
||||
Reference in New Issue
Block a user