From 58987f6eee7cd0ab98fe85bc817ff450e38d1f64 Mon Sep 17 00:00:00 2001 From: Fabian Hauser Date: Tue, 25 May 2021 10:16:40 +0200 Subject: [PATCH] Update screen configuration office --- defaults/user-configuration/fhauser/applications/kanshi.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/user-configuration/fhauser/applications/kanshi.nix b/defaults/user-configuration/fhauser/applications/kanshi.nix index ab0b7ca..8090385 100644 --- a/defaults/user-configuration/fhauser/applications/kanshi.nix +++ b/defaults/user-configuration/fhauser/applications/kanshi.nix @@ -1,4 +1,5 @@ { pkgs, lib, config, ... }: { +# home-manager.users.fhauser.systemd.user.services.kanshi.Install.WantedBy = "home-manager-fhauser.service"; # TODO: Upstream array type of systemdTarget home-manager.users.fhauser.services.kanshi = { enable = true; profiles = let @@ -28,7 +29,7 @@ ]; office-dock.outputs = mobile.outputs ++ [ (mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "1920,0"; }) - (mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { position = "4480,0"; }) + (mkScreen "Dell Inc. DELL P2720DC 6JRRK53" // { position = "4480,0"; }) ]; home-pc.outputs = [ (mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { position = "0,0"; })