modules/desktop: import hyprland flake module
This commit is contained in:
parent
774beb2dac
commit
9700e96151
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
imports = [
|
||||
inputs.hyprland.nixosModules.default
|
||||
];
|
||||
|
||||
modules.desktop.dunst.enable = lib.mkForce false;
|
||||
|
||||
services.greetd = {
|
||||
|
|
Loading…
Reference in a new issue