diff options
Diffstat (limited to 'modules/home/conf/yambar')
-rw-r--r-- | modules/home/conf/yambar/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/home/conf/yambar/default.nix b/modules/home/conf/yambar/default.nix index 021dfbdd..125030af 100644 --- a/modules/home/conf/yambar/default.nix +++ b/modules/home/conf/yambar/default.nix @@ -3,8 +3,6 @@ sysLib, system, pkgs, - yambar_cpu, - yambar_memory, ... }: let makeScript = { @@ -40,9 +38,9 @@ in { name = "sound-volume"; }; - cpu_script = yambar_cpu.app.${system}.default.program; + cpu_script = pkgs.yambar-cpu; - memory_script = yambar_memory.app.${system}.default.program; + memory_script = pkgs.yambar-memory; disk_script = makeScript { dependencies = builtins.attrValues {inherit (pkgs) gawk btrfs-progs coreutils;}; |