From 9f41d33fb4aea5a9257e3eb36ebaaa1653f657d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Mon, 4 Mar 2024 11:16:52 +0100 Subject: [PATCH] 70 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/home.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index f8ffb30..913fad0 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -214,6 +214,29 @@ ''; }; + services.kanshi = { + enable = true; + profiles = { + docker_luhbots = { + outputs = [ + { + criteria = "eDP-1"; + position = "0,1080"; + } + { + criteria = "Dell Inc. DELL U2422HE GRCPH83"; + position = "0,0"; + } + { + criteria = "NEC Corporation E243WMi 7X313185NB"; + transform = "90"; + position = "1920,0"; + } + ]; + }; + }; + }; + programs.zsh = { enable = true; enableAutosuggestions = true;