feat(tyr): setup home manager.
This commit is contained in:
parent
f1f24c8e07
commit
bb8471de68
3 changed files with 36 additions and 6 deletions
13
flake.nix
13
flake.nix
|
@ -303,6 +303,19 @@
|
|||
auto-cpufreq.nixosModules.default
|
||||
./hosts/tyr/configuration.nix
|
||||
./modules/linux/nixos
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = {inherit inputs;};
|
||||
home-manager.backupFileExtension = "backup";
|
||||
home-manager.users.crony = {
|
||||
imports = [
|
||||
./modules/linux/home-manager
|
||||
./modules/cross-platform/home-manager
|
||||
./hosts/tyr/home.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue