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

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