home-manager and stuff
This commit is contained in:
parent
395ec3d6e8
commit
622c443a60
3 changed files with 67 additions and 64 deletions
|
|
@ -27,10 +27,15 @@
|
|||
hyprland.nixosModules.default
|
||||
{programs.hyprland.enable = true;}
|
||||
./system/configuration.nix
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.tristan = {
|
||||
imports = [ ./users/tristan/home.nix ];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue