Formatting

This commit is contained in:
nest 2025-12-10 00:08:41 +00:00
parent c33fa2327c
commit b38548e890
2 changed files with 1 additions and 16 deletions

View file

@ -62,22 +62,6 @@
nixosConfigurations = {
# =========== Desktops ===========
crow = mkPhysicalNixOSConfig ./hosts/physical/crow;
# nixosConfigurations.crow = nixpkgs.lib.nixosSystem {
# system = "x86_64-linux";
# modules = [
# ./configuration.nix
# home-manager.nixosModules.home-manager {
# home-manager = {
# useGlobalPkgs = true;
# useUserPackages = true;
# users.nest = import ./home.nix;
# backupFileExtension = "backup";
# };
# }
# ];
# };
};
};
}

View file

@ -7,6 +7,7 @@
{
home-manager = {
backupFileExtension = "backup";
extraSpecialArgs = {
inherit inputs vars;
};