Formatting
This commit is contained in:
parent
c33fa2327c
commit
b38548e890
2 changed files with 1 additions and 16 deletions
16
flake.nix
16
flake.nix
|
|
@ -62,22 +62,6 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
# =========== Desktops ===========
|
# =========== Desktops ===========
|
||||||
crow = mkPhysicalNixOSConfig ./hosts/physical/crow;
|
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";
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
{
|
{
|
||||||
home-manager = {
|
home-manager = {
|
||||||
backupFileExtension = "backup";
|
backupFileExtension = "backup";
|
||||||
|
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs vars;
|
inherit inputs vars;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue