Files
dotfiles/nixos/ryu/apps/default.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

11 lines
88 B
Nix

{
pkgs,
lib,
...
}: {
imports = [
# ./alvr.nix
./easyeffects.nix
];
}