Files
dotfiles/nixos/ryu/apps/easyeffects.nix
uttarayan21 f3da867a0b feat(hyprland): update keybindings for togglefloating and fullscreen
feat(ryu): add easyeffects to system packages and apps configuration
2025-10-18 02:53:06 +05:30

8 lines
87 B
Nix

{
pkgs,
lib,
...
}: {
environment.systemPackages = with pkgs; [easyeffects];
}