feat(hyprland): update keybindings for togglefloating and fullscreen
feat(ryu): add easyeffects to system packages and apps configuration
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./alvr.nix
|
||||
# ./alvr.nix
|
||||
./easyeffects.nix
|
||||
];
|
||||
}
|
||||
|
||||
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];
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
./services
|
||||
./programs
|
||||
./containers
|
||||
./apps
|
||||
];
|
||||
|
||||
# sops = {
|
||||
|
||||
Reference in New Issue
Block a user