nix format

This commit is contained in:
pazpi 2026-03-10 22:57:49 +01:00
parent 9fa62a9695
commit ea3817b41e
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -56,7 +56,9 @@ in
useGlobalPkgs = false;
useUserPackages = true;
backupFileExtension = "backup";
extraSpecialArgs = { pkgs = pkgsUnstable; };
extraSpecialArgs = {
pkgs = pkgsUnstable;
};
users.${p.personal.username} = {
imports = [ ../home.nix ];
home.stateVersion = "25.11";