mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
gammstep: Mozilla location service has been discontinued, hard-coding coordinates for ATL
This commit is contained in:
parent
63fe0db78a
commit
5a5a8dcb13
|
@ -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 {
|
||||
|
|
|
@ -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";}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue