This commit is contained in:
kenji
2025-08-19 18:39:32 -05:00
parent 650a5fa73c
commit 415806ca96
+6 -7
View File
@@ -7,13 +7,12 @@
}: let
cfg = config.programs.illogical-impulse;
in {
imports =
[
../options.nix
]
++ lib.optionals (cfg.enable && cfg.settings.hyprland.useNixForConf) [
./hyprland/default.nix
];
imports = [
../options.nix
];
# ++ lib.optionals (cfg.enable && cfg.settings.hyprland.useNixForConf) [
# ./hyprland/default.nix
# ];
config = lib.mkIf cfg.enable {
# imports = lib.optionals cfg.settings.hyprland.useNixForConf [