fix duplicate path

This commit is contained in:
Damocles 2026-04-10 23:50:55 +02:00
parent e5d32f231b
commit edaebb13ea

View file

@ -79,10 +79,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
programs.nova-shell.theme = lib.mkIf stylixAvailable (lib.mkDefault stylixTheme); programs.nova-shell.theme = lib.mkIf stylixAvailable (lib.mkDefault stylixTheme);
home.packages = [ home.packages = [ self.packages.${pkgs.stdenv.hostPlatform.system}.nova-shell-cli ];
cfg.package
self.packages.${pkgs.stdenv.hostPlatform.system}.nova-shell-cli
];
xdg.configFile."nova-shell/theme.json".source = xdg.configFile."nova-shell/theme.json".source =
(pkgs.formats.json { }).generate "nova-shell-theme.json" (pkgs.formats.json { }).generate "nova-shell-theme.json"