gammstep: Mozilla location service has been discontinued, hard-coding coordinates for ATL

This commit is contained in:
Aly Raffauf 2024-06-19 20:19:56 -04:00
parent 63fe0db78a
commit 5a5a8dcb13
3 changed files with 5 additions and 5 deletions

View file

@ -74,8 +74,8 @@
"${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1"
]
++ lib.lists.optionals (config.alyraffauf.desktop.hyprland.redShift) [
"${pkgs.geoclue2}/libexec/geoclue-2.0/demos/agent"
(lib.getExe pkgs.gammastep)
# "${pkgs.geoclue2}/libexec/geoclue-2.0/demos/agent"
"${lib.getExe pkgs.gammastep} -l 33.74:-84.38"
];
screenshot = rec {

View file

@ -7,8 +7,8 @@
config = lib.mkIf config.alyraffauf.desktop.sway.redShift {
home.packages = with pkgs; [gammastep];
wayland.windowManager.sway.config.startup = [
{command = "${pkgs.geoclue2}/libexec/geoclue-2.0/demos/agent";}
{command = "${lib.getExe pkgs.gammastep}";}
# {command = "${pkgs.geoclue2}/libexec/geoclue-2.0/demos/agent";}
{command = "${lib.getExe pkgs.gammastep} -l 33.74:-84.38";}
];
};
}

View file

@ -13,7 +13,7 @@
services = {
blueman.enable = lib.mkDefault true;
dbus.packages = [pkgs.gcr];
geoclue2.enable = lib.mkDefault true;
# geoclue2.enable = lib.mkDefault true;
gnome.gnome-keyring.enable = lib.mkDefault true;
udev.packages = [pkgs.swayosd];
};