nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit bef8a613d3ab3dc244a0ad1a267bc564a1cdb727
parent 67c046dfcfbf2c789a96b0ab59943b8678b6c9b0
Author: mtmn <miro@haravara.org>
Date:   Mon, 18 May 2026 20:06:01 +0200

chore: kanshi output, guix

Diffstat:
Mhosts/void/default.nix | 1+
Ahosts/void/overlays/config/kanshi/config | 13+++++++++++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -153,6 +153,7 @@ haunt go_1_26 gopls + guix ]; })); } diff --git a/hosts/void/overlays/config/kanshi/config b/hosts/void/overlays/config/kanshi/config @@ -0,0 +1,13 @@ +output "Acer Technologies Z271U #ASMBR+2hSd/d" { + mode 2560x1440@143.998001 + alias $home +} + +profile internal { + output "eDP-1" enable +} + +profile external_home { + output "eDP-1" disable + output $home enable +}