non important commit

This commit is contained in:
maxstrb 2026-02-17 22:11:42 +01:00
parent 450cf417e6
commit 2fb1686b7e
2 changed files with 1 additions and 5 deletions

View file

@ -2,9 +2,5 @@
networking.hostName = "max-${device-name}";
system = {
stateVersion = "25.11";
activationScripts.cleanBackups = ''
echo "Removing .backup_nix files..."
find /home/maxag -type f -name "*.backup_nix" -delete
'';
};
}

View file

@ -51,7 +51,7 @@
useUserPackages = true;
useGlobalPkgs = true;
extraSpecialArgs = {inherit inputs device-name;};
backupFileExtension = "backup_nix";
backupFileExtension = null;
users.maxag = ./home/${device-name}/home.nix;
sharedModules = [
inputs.stylix.homeModules.stylix