refactor(hyprland): move config to module

This commit is contained in:
Mohammad Rafiq 2025-05-09 23:50:25 +08:00
parent b8f4746cd0
commit ceb01062ec
No known key found for this signature in database
6 changed files with 172 additions and 155 deletions

View file

@ -13,7 +13,7 @@ in
enable = lib.mkEnableOption "Enable ${moduleName}.";
type = lib.mkOption {
type = lib.types.str;
default = "";
default = "hsjaia";
example = "hyprland";
description = "What desktop environment should be installed on the host.";
};