no warnings
This commit is contained in:
parent
50d6a79e31
commit
a1e9bb892a
3 changed files with 15 additions and 10 deletions
11
flake.nix
11
flake.nix
|
|
@ -38,13 +38,18 @@
|
|||
modules = [ ./hosts/mila ];
|
||||
};
|
||||
|
||||
nova = nixpkgs.lib.nixosSystem {
|
||||
nova =
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [ ./hosts/nova
|
||||
modules = [
|
||||
./hosts/nova
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
# home-manager.useUserPackages = true;
|
||||
home-manager.users.till = {
|
||||
imports = [
|
||||
./home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue