adding hyprland to kaladin
This commit is contained in:
parent
1d2b7b2d80
commit
d73aaa87bf
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -89,10 +89,12 @@
|
|||
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…
Reference in a new issue