Up
This commit is contained in:
13
home/misc/cava/default.nix
Normal file
13
home/misc/cava/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, ... }: {
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
settings = {
|
||||
general.framerate = 60;
|
||||
smoothing.noise_reduction = 88;
|
||||
color = {
|
||||
background = "'#${config.theme.colors.bg}'";
|
||||
foreground = "'#${config.theme.colors.primary-bg}'";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
{ imports = [ ./sshconfig.nix ]; }
|
||||
{ imports = [ ./sshconfig.nix ./cava/default.nix ]; }
|
||||
|
||||
Reference in New Issue
Block a user