314 current 2025-02-09 03:18:46 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-02-09 03:18:59 -05:00
parent e6857648cf
commit a9c96ade19
10 changed files with 72 additions and 17 deletions

View File

@@ -16,11 +16,11 @@ in {
./fonts/default.nix # need to manage fonts in two places becuase life sucks nix sucks
];
home.activation.copyScripts = lib.mkAfter ''
mkdir -p ~/.scripts
cp ${./nixos-rebuild.sh} ~/.scripts/
chmod -R u+w ~/.scripts/
'';
# home.activation.copyScripts = lib.mkAfter ''
# mkdir -p ~/.scripts
# cp ${./nixos-rebuild.sh} ~/.scripts/
# chmod -R u+w ~/.scripts/
# '';
home.stateVersion = "24.11"; # Please read the comment before changing.