cava: add to deps, fix config via temp file
This commit is contained in:
parent
e75d7c7804
commit
c13a719145
2 changed files with 8 additions and 2 deletions
|
|
@ -178,7 +178,8 @@ in
|
|||
self.packages.${pkgs.stdenv.hostPlatform.system}.nova-shell-cli
|
||||
pkgs.nerd-fonts.symbols-only
|
||||
]
|
||||
++ lib.optional cfg.modules.weather.enable pkgs.wttrbar;
|
||||
++ lib.optional cfg.modules.weather.enable pkgs.wttrbar
|
||||
++ lib.optional cfg.modules.mpris.enable pkgs.cava;
|
||||
|
||||
xdg.configFile."nova-shell/modules.json".source =
|
||||
(pkgs.formats.json { }).generate "nova-shell-modules.json"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue