refactor: add SystemStats singleton + nova-stats daemon for cpu/mem polling
This commit is contained in:
parent
71a843e0f3
commit
136ff53cb5
13 changed files with 371 additions and 196 deletions
|
|
@ -202,7 +202,8 @@ in
|
|||
pkgs.nerd-fonts.symbols-only
|
||||
]
|
||||
++ lib.optional cfg.modules.weather.enable pkgs.wttrbar
|
||||
++ lib.optional cfg.modules.mpris.enable pkgs.cava;
|
||||
++ lib.optional cfg.modules.mpris.enable pkgs.cava
|
||||
++ lib.optional cfg.modules.disk.enable pkgs.coreutils;
|
||||
|
||||
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