Formatting

This commit is contained in:
Weckyy702
2026-03-11 17:49:23 +01:00
parent a943d8c45c
commit 606d4ecaa6
8 changed files with 20 additions and 18 deletions

View File

@@ -12,9 +12,6 @@ top @ { config
./borgmatic.nix
];
#NOTE: MUST be kept up to date with nixpkgs!
home.stateVersion = "25.11";
home.username = username;
home.homeDirectory = "/home/${username}";
@@ -219,4 +216,5 @@ top @ { config
enable = true;
enableZshIntegration = true;
};
home.stateVersion = "25.11";
}