fix duplicate path
This commit is contained in:
parent
e5d32f231b
commit
edaebb13ea
1 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue