removed unnecessary comments
This commit is contained in:
parent
4c1ec28d03
commit
f6ea49629d
1 changed files with 0 additions and 5 deletions
|
@ -39,7 +39,6 @@
|
||||||
specialArgs = { inherit inputs outputs configVars nixpkgs; };
|
specialArgs = { inherit inputs outputs configVars nixpkgs; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Please replace my-nixos with your hostname
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
|
|
||||||
Lenni = lib.nixosSystem {
|
Lenni = lib.nixosSystem {
|
||||||
|
@ -49,8 +48,6 @@
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
#home-manager.users.willifan = import ./users/willifan/home;
|
|
||||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
|
||||||
}
|
}
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
nixos-hardware.nixosModules.framework-12th-gen-intel
|
nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||||
|
@ -66,8 +63,6 @@
|
||||||
{
|
{
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
#home-manager.users.willifan = import ./users/willifan/home;
|
|
||||||
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
|
|
||||||
}
|
}
|
||||||
disko.nixosModules.disko
|
disko.nixosModules.disko
|
||||||
nixos-hardware.nixosModules.common-cpu-amd
|
nixos-hardware.nixosModules.common-cpu-amd
|
||||||
|
|
Loading…
Add table
Reference in a new issue