nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 44d9eb81f95e08a7c21c9821bbbd8d4c5bdaa9c1
parent a53e03c25ec22810577bab7ebdb35fed9e604800
Author: vin <vin@vineetk.net>
Date:   Wed,  7 May 2025 16:50:31 -0400

demiurge, hastur: elite stuff

Diffstat:
Mhome.nix | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/home.nix b/home.nix @@ -477,6 +477,7 @@ in { entertrained = "https://entertrained.app/"; burst = "https://www.burst-type.pro/"; colemakcamp = "https://colemakcamp.github.io/"; + colony = "https://cmdr-nowski.github.io/scuffed/#DRmd5xEUGQMOIU5nCVEG"; }; searchEngines = { @@ -1365,11 +1366,13 @@ interceptor.register(int_fn) for_window [title="profanity"] move container to workspace 9 for_window [app_id="vesktop"] move container to workspace 10 - xwayland disable - exec ${pkgs.qutebrowser}/bin/qutebrowser exec ${pkgs.vesktop}/bin/vesktop --use-vulkan --ozone-platform=wayland --enable-features=UseOzonePlatform,Vulkan exec ${config.wayland.windowManager.sway.config.terminal} -T profanity -e ${pkgs.profanity}/bin/profanity + + # for elite va + bindsym --whole-window BTN_SIDE echo press >/tmp/elite_va.fifo + bindsym --whole-window --release BTN_SIDE echo release >/tmp/elite_va.fifo ''; }; }