diff options
| author | 2024-11-17 21:27:35 -0500 | |
|---|---|---|
| committer | 2024-11-17 21:27:35 -0500 | |
| commit | 074a3eda14a4cf2032c114e061b45166a17fcfbb (patch) | |
| tree | 943ffd623b832a9a92e43620eff6f96d262ed51b /nix/programs | |
| parent | 69657cffd889bc353cbf8e83f12b46bc48f7321b (diff) | |
| download | dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.tar.gz dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.tar.bz2 dotfiles-074a3eda14a4cf2032c114e061b45166a17fcfbb.zip | |
Increase NFS r/wsize, enable libvirtd
Diffstat (limited to 'nix/programs')
| -rw-r--r-- | nix/programs/sway.nix | 1 | ||||
| -rw-r--r-- | nix/programs/zsh.nix | 1 |
2 files changed, 2 insertions, 0 deletions
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"; |