This commit is contained in:
Bryan Ramos 2025-02-04 10:29:42 -05:00
parent b3605d741c
commit 3dc1465284
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 19 additions and 12 deletions

View file

@ -10,7 +10,7 @@ let
};
in
{ options.modules.user.gui.wm.hyprland = { enable = mkEnableOption "Enable hyprland module"; };
{ options.modules.user.gui.wm.hyprland = { enable = mkEnableOption "Enable Hyprland WM"; };
config = mkIf cfg.enable {
wayland.windowManager.hyprland = {
enable = true;