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; };
|
||||
in
|
||||
{
|
||||
# Please replace my-nixos with your hostname
|
||||
nixosConfigurations = {
|
||||
|
||||
Lenni = lib.nixosSystem {
|
||||
|
@ -49,8 +48,6 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = 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
|
||||
nixos-hardware.nixosModules.framework-12th-gen-intel
|
||||
|
@ -66,8 +63,6 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = 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
|
||||
nixos-hardware.nixosModules.common-cpu-amd
|
||||
|
|
Loading…
Add table
Reference in a new issue