Added mkIf cfg.enable

This commit is contained in:
KoenDR06 2025-02-28 00:04:49 +01:00
parent 896c688be4
commit e3649128e5
24 changed files with 26 additions and 26 deletions

View file

@ -10,12 +10,12 @@
cfg = config.horseman.wm.qtile;
in {
options = {
horseman.desktop.qtile = {
horseman.wm.qtile = {
enable = mkEnableOption "Qtile";
};
};
config = {
config = mkIf cfg.enable {
services.xserver = {
enable = true;
windowManager.qtile.enable = true;