From 074a3eda14a4cf2032c114e061b45166a17fcfbb Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sun, 17 Nov 2024 21:27:35 -0500 Subject: Increase NFS r/wsize, enable libvirtd --- nix/programs/sway.nix | 1 + nix/programs/zsh.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'nix/programs') diff --git a/nix/programs/sway.nix b/nix/programs/sway.nix index 22c6873..38bc4ac 100644 --- a/nix/programs/sway.nix +++ b/nix/programs/sway.nix @@ -267,6 +267,7 @@ in { { command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = ".gamescope-wrapped"; } { command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.app_id = "osu!"; } { command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = "cs2"; } + { command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = "Minecraft*"; } #{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.title = "Overwatch"; } { command = "inhibit_idle fullscreen"; criteria.class = "Ryujinx"; } { command = "inhibit_idle fullscreen"; criteria.app_id = "org.yuzu_emu.yuzu"; } diff --git a/nix/programs/zsh.nix b/nix/programs/zsh.nix index 3ea1ee5..1e5dcd6 100644 --- a/nix/programs/zsh.nix +++ b/nix/programs/zsh.nix @@ -23,6 +23,7 @@ in { pgrep = "pgrep -f"; make = "make -j6"; diff = "diff -u"; + gdb = "gdb -q"; mail = "neomutt"; iroha = "ssh andrew@iroha"; moyo = "ssh andrew@moyo"; -- cgit v1.2.3-101-g0448