alt
This commit is contained in:
parent
6a475a7430
commit
b5d14a8b64
9 changed files with 173 additions and 34 deletions
15
flake.nix
15
flake.nix
|
|
@ -22,6 +22,14 @@
|
|||
./system/btrbk.nix
|
||||
./system/hardware-nova.nix
|
||||
];
|
||||
users.users.alt = {
|
||||
isNormalUser = true;
|
||||
description = "Alt";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
};
|
||||
romulus = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit inputs; };
|
||||
|
|
@ -48,6 +56,13 @@
|
|||
./home
|
||||
];
|
||||
};
|
||||
alt = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux.extend inputs.nur.overlay;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./alt
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue