no?
This commit is contained in:
parent
48e2a1b754
commit
8373071588
47
flake.nix
47
flake.nix
@ -12,36 +12,37 @@
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home, firefox-gnome-theme, firefox-addons }@inputs: {
|
||||
|
||||
nixosConfigurations.iota = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
home.nixosModules.home-manager
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration/iota.nix
|
||||
{_module.args = {inherit inputs;};}
|
||||
];
|
||||
home-manager.users.steph = import ./home.nix;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs ; };
|
||||
}];
|
||||
home.nixosModules.home-manager
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration/iota.nix
|
||||
{_module.args = {inherit inputs;};}
|
||||
];
|
||||
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";
|
||||
modules = [
|
||||
home.nixosModules.home-manager
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration/tau.nix
|
||||
{_module.args = {inherit inputs;};}
|
||||
];
|
||||
home-manager.users.steph = import ./home.nix;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs ; };
|
||||
}];
|
||||
home.nixosModules.home-manager
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration/tau.nix
|
||||
{_module.args = {inherit inputs;};}
|
||||
];
|
||||
home-manager.users.steph = import ./home.nix;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs ; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user