🐱 Added Catppuccin flake, Added Cava, removed wlogout and replace bind

with Hyprpanel Dash
This commit is contained in:
2025-01-11 12:15:19 +01:00
parent c5b5896aef
commit d192efdf0f
6 changed files with 227 additions and 10 deletions

12
home-manager/cava.nix Normal file
View File

@ -0,0 +1,12 @@
## Audio visualizer
let
theme = import ../theme.nix;
in
{
catppuccin.cava = {
enable = true;
flavor = theme.flavor;
};
programs.cava.enable = true;
}

View File

@ -10,7 +10,9 @@ let
in
{
imports = [
inputs.catppuccin.homeManagerModules.catppuccin
inputs.nixvim.homeManagerModules.nixvim
./cava.nix
./default-applications.nix
./fish.nix
./git.nix

View File

@ -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"

View File

@ -14,7 +14,7 @@
};
programs.wlogout = {
enable = true;
enable = false;
layout = [
{
label = "lock";