feat(hyprland): update keybindings for togglefloating and fullscreen
feat(ryu): add easyeffects to system packages and apps configuration
This commit is contained in:
7
nixos/ryu/apps/easyeffects.nix
Normal file
7
nixos/ryu/apps/easyeffects.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [easyeffects];
|
||||
}
|
||||
Reference in New Issue
Block a user