Update screen configuration office
This commit is contained in:
parent
77ae83ee00
commit
58987f6eee
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{ pkgs, lib, config, ... }: {
|
{ 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 = {
|
home-manager.users.fhauser.services.kanshi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = let
|
profiles = let
|
||||||
|
@ -28,7 +29,7 @@
|
||||||
];
|
];
|
||||||
office-dock.outputs = mobile.outputs ++ [
|
office-dock.outputs = mobile.outputs ++ [
|
||||||
(mkScreen "Dell Inc. DELL P2720DC BRKPK53" // { position = "1920,0"; })
|
(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 = [
|
home-pc.outputs = [
|
||||||
(mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { position = "0,0"; })
|
(mkScreen "Dell Inc. DELL P2720DC 22JPK53" // { position = "0,0"; })
|
||||||
|
|
Loading…
Add table
Reference in a new issue