adding hyprland to kaladin
This commit is contained in:
parent
1d2b7b2d80
commit
d73aaa87bf
2 changed files with 4 additions and 0 deletions
|
@ -116,10 +116,12 @@ Both include the home-manager module. Primarily I chose that route so that I cou
|
|||
modules = [
|
||||
./system/kaladin/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
hyprland.nixosModules.default
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.chris = import ./user/home.nix;
|
||||
programs.hyprland.enable = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue