no?
This commit is contained in:
parent
48e2a1b754
commit
8373071588
@ -12,7 +12,6 @@
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home, firefox-gnome-theme, firefox-addons }@inputs: {
|
||||
|
||||
nixosConfigurations.iota = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
@ -26,7 +25,8 @@
|
||||
home-manager.users.steph = import ./home.nix;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs ; };
|
||||
}];
|
||||
}
|
||||
];
|
||||
};
|
||||
nixosConfigurations.tau = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@ -41,7 +41,8 @@
|
||||
home-manager.users.steph = import ./home.nix;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs ; };
|
||||
}];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user