mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Clean up and remove home-manager
This commit is contained in:
parent
6e2ba75838
commit
e6b3299810
1 changed files with 35 additions and 42 deletions
|
@ -34,16 +34,9 @@
|
||||||
{
|
{
|
||||||
_module.args.disks = [ "/dev/vda" ];
|
_module.args.disks = [ "/dev/vda" ];
|
||||||
}
|
}
|
||||||
# Add Home-manager
|
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
{
|
|
||||||
home-manager.useGlobalPkgs = true;
|
|
||||||
home-manager.useUserPackages = true;
|
|
||||||
|
|
||||||
home-manager.users.aaronh = import ./home.nix;
|
|
||||||
}
|
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue