fix(home-manager/sway): avoid IFD (#45)
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
a97085d28b
commit
7513e5edf8
1 changed files with 3 additions and 1 deletions
|
@ -21,5 +21,7 @@ in
|
||||||
lib.ctp.mkCatppuccinOpt "sway" config;
|
lib.ctp.mkCatppuccinOpt "sway" config;
|
||||||
|
|
||||||
config.wayland.windowManager.sway.extraConfigEarly =
|
config.wayland.windowManager.sway.extraConfigEarly =
|
||||||
lib.mkIf enable (builtins.readFile theme);
|
lib.mkIf enable ''
|
||||||
|
include ${theme}
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue