🐱 Added Catppuccin flake, Added Cava, removed wlogout and replace bind
with Hyprpanel Dash
This commit is contained in:
12
home-manager/cava.nix
Normal file
12
home-manager/cava.nix
Normal file
@ -0,0 +1,12 @@
|
||||
## Audio visualizer
|
||||
let
|
||||
theme = import ../theme.nix;
|
||||
in
|
||||
{
|
||||
catppuccin.cava = {
|
||||
enable = true;
|
||||
flavor = theme.flavor;
|
||||
};
|
||||
|
||||
programs.cava.enable = true;
|
||||
}
|
@ -10,7 +10,9 @@ let
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./cava.nix
|
||||
./default-applications.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
|
@ -21,7 +21,7 @@ in
|
||||
"$mainMod, B, exec, ${app.browser}"
|
||||
"$mainMod, L, exec, ${app.lockScreen}"
|
||||
"$mainMod, K, exec, [float] ${app.calculator}"
|
||||
"$mainMod, ESCAPE, exec, wlogout"
|
||||
"$mainMod, ESCAPE, exec, hyprpanel t dashboardmenu"
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
"$mainMod, left, movefocus, l"
|
||||
|
@ -14,7 +14,7 @@
|
||||
};
|
||||
|
||||
programs.wlogout = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
layout = [
|
||||
{
|
||||
label = "lock";
|
||||
|
Reference in New Issue
Block a user