556 current 2024-05-10 21:44:25 24.05.20240509.f1010e0 6.8.6-zen1 *
This commit is contained in:
parent
4217e61118
commit
df211ef74f
1 changed files with 5 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ in {
|
||||||
|
|
||||||
pkgs.xfce.thunar
|
pkgs.xfce.thunar
|
||||||
pkgs.nitch
|
pkgs.nitch
|
||||||
pkgs.cava
|
|
||||||
pkgs.nix-output-monitor
|
pkgs.nix-output-monitor
|
||||||
|
|
||||||
pkgs.nh
|
pkgs.nh
|
||||||
|
|
@ -132,6 +131,11 @@ in {
|
||||||
options = ["--cmd cd"];
|
options = ["--cmd cd"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.cava = {
|
||||||
|
enable = true;
|
||||||
|
catppuccin.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs.btop = {
|
programs.btop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue