diff options
Diffstat (limited to 'home/profiles/gui')
-rw-r--r-- | home/profiles/gui/default.nix | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/home/profiles/gui/default.nix b/home/profiles/gui/default.nix index e491e76..838d2ab 100644 --- a/home/profiles/gui/default.nix +++ b/home/profiles/gui/default.nix @@ -178,18 +178,19 @@ in kanshi = { enable = true; - profiles = { - haruka-standalone = { - outputs = [ + settings = [ + { + profile.name = "haruka-standalone"; + profile.outputs = [ { criteria = "AU Optronics 0xD291 Unknown"; scale = 1.25; } ]; - }; - - haruka-docked = { - outputs = [ + } + { + profile.name = "haruka-docked"; + profile.outputs = [ { criteria = "AU Optronics 0xD291 Unknown"; scale = 1.25; @@ -201,8 +202,8 @@ in position = "0,0"; } ]; - }; - }; + } + ]; }; swayidle = |