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