forked from Shinonome/dots-hyprland
a
This commit is contained in:
@@ -7,13 +7,12 @@
|
||||
}: let
|
||||
cfg = config.programs.illogical-impulse;
|
||||
in {
|
||||
imports =
|
||||
[
|
||||
imports = [
|
||||
../options.nix
|
||||
]
|
||||
++ lib.optionals (cfg.enable && cfg.settings.hyprland.useNixForConf) [
|
||||
./hyprland/default.nix
|
||||
];
|
||||
# ++ lib.optionals (cfg.enable && cfg.settings.hyprland.useNixForConf) [
|
||||
# ./hyprland/default.nix
|
||||
# ];
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# imports = lib.optionals cfg.settings.hyprland.useNixForConf [
|
||||
|
||||
Reference in New Issue
Block a user