From 210f6e7c4a8d87945150d9d4e39d4140fbd29bbb Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 20 Apr 2024 21:07:54 -0400 Subject: [PATCH] sway: added gammastep for red shifting --- homeManagerModules/desktop/sway/default.nix | 1 + 1 file changed, 1 insertion(+) 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";}