diff --git a/homeManagerModules/desktop/sway/default.nix b/homeManagerModules/desktop/sway/default.nix index c8020049..bcc2f481 100644 --- a/homeManagerModules/desktop/sway/default.nix +++ b/homeManagerModules/desktop/sway/default.nix @@ -271,6 +271,7 @@ }; }; startup = [ + {command = "${pkgs.gammastep}/bin/gammastep -l 31.1:-94.1";} # TODO: automatic locations {command = "${pkgs.autotiling}/bin/autotiling";} {command = "${notifyd}";} {command = "${pkgs.wl-clipboard}/bin/wl-paste --type text --watch cliphist store";}