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"; })