This commit is contained in:
Sakooooo 2024-08-11 22:33:15 +04:00
parent 9700e96151
commit 026f5fa1cf
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -3,16 +3,16 @@ let
cfg = config.modules.desktop.hyprland; cfg = config.modules.desktop.hyprland;
in in
{ {
imports = [
inputs.hyprland.nixosModules.default
];
options.modules.desktop.hyprland = { options.modules.desktop.hyprland = {
enable = lib.mkEnableOption false; enable = lib.mkEnableOption false;
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
imports = [
inputs.hyprland.nixosModules.default
];
modules.desktop.dunst.enable = lib.mkForce false; modules.desktop.dunst.enable = lib.mkForce false;
services.greetd = { services.greetd = {