feat(hyprland): update keybindings for togglefloating and fullscreen

feat(ryu): add easyeffects to system packages and apps configuration
This commit is contained in:
uttarayan21
2025-10-18 02:53:06 +05:30
parent 83f3fedab0
commit f3da867a0b
4 changed files with 13 additions and 2 deletions

View File

@@ -206,7 +206,9 @@
"$mainModShift, Q, killactive," "$mainModShift, Q, killactive,"
"$mainModShift, s, exec, ${pkgs.hyprshot}/bin/hyprshot -m region" "$mainModShift, s, exec, ${pkgs.hyprshot}/bin/hyprshot -m region"
# "$mainMod, M, exit," # "$mainMod, M, exit,"
"$mainMod, t, togglefloating," "$mainModShift, f, togglefloating,"
"$mainModShift, f, pin"
"$mainModShift, f, alterzorder, top"
"$mainMod, f, fullscreen," "$mainMod, f, fullscreen,"
"$mainMod, g, fullscreenstate,0,2" "$mainMod, g, fullscreenstate,0,2"
"$mainMod, d, exec, ${pkgs.anyrun}/bin/anyrun" "$mainMod, d, exec, ${pkgs.anyrun}/bin/anyrun"

View File

@@ -4,6 +4,7 @@
... ...
}: { }: {
imports = [ imports = [
./alvr.nix # ./alvr.nix
./easyeffects.nix
]; ];
} }

View File

@@ -0,0 +1,7 @@
{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [easyeffects];
}

View File

@@ -9,6 +9,7 @@
./services ./services
./programs ./programs
./containers ./containers
./apps
]; ];
# sops = { # sops = {