This commit is contained in:
Damocles 2026-04-10 13:07:13 +02:00
parent ed9fd239ea
commit 14814ce06a
3 changed files with 4 additions and 32 deletions

View file

@ -82,7 +82,8 @@ in
home.packages = [ cfg.package ];
xdg.configFile."nova-shell/theme.json".source =
(pkgs.formats.json { }).generate "nova-shell-theme.json" cfg.theme;
(pkgs.formats.json { }).generate "nova-shell-theme.json"
cfg.theme;
systemd.user.services.nova-shell = lib.mkIf cfg.systemd.enable {
Unit = {