feat(hyprland): update keybindings for togglefloating and fullscreen
feat(ryu): add easyeffects to system packages and apps configuration
This commit is contained in:
@@ -206,7 +206,9 @@
|
|||||||
"$mainModShift, Q, killactive,"
|
"$mainModShift, Q, killactive,"
|
||||||
"$mainModShift, s, exec, ${pkgs.hyprshot}/bin/hyprshot -m region"
|
"$mainModShift, s, exec, ${pkgs.hyprshot}/bin/hyprshot -m region"
|
||||||
# "$mainMod, M, exit,"
|
# "$mainMod, M, exit,"
|
||||||
"$mainMod, t, togglefloating,"
|
"$mainModShift, f, togglefloating,"
|
||||||
|
"$mainModShift, f, pin"
|
||||||
|
"$mainModShift, f, alterzorder, top"
|
||||||
"$mainMod, f, fullscreen,"
|
"$mainMod, f, fullscreen,"
|
||||||
"$mainMod, g, fullscreenstate,0,2"
|
"$mainMod, g, fullscreenstate,0,2"
|
||||||
"$mainMod, d, exec, ${pkgs.anyrun}/bin/anyrun"
|
"$mainMod, d, exec, ${pkgs.anyrun}/bin/anyrun"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
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
|
./services
|
||||||
./programs
|
./programs
|
||||||
./containers
|
./containers
|
||||||
|
./apps
|
||||||
];
|
];
|
||||||
|
|
||||||
# sops = {
|
# sops = {
|
||||||
|
|||||||
Reference in New Issue
Block a user