diff --git a/flake.lock b/flake.lock index 6875755c..39c6e405 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 56650a1c..9056925a 100644 Binary files a/flake.nix and b/flake.nix differ diff --git a/inputs.nix b/inputs.nix index 7eb2a4ad..d70cf112 100644 --- a/inputs.nix +++ b/inputs.nix @@ -149,9 +149,9 @@ let repo = "ags"; }; - astal-tray = mkDep { - owner = "astal-sh"; - repo = "tray"; + astal = mkDep { + owner = "Aylur"; + repo = "astal"; }; gtk-session-lock = mkDep { diff --git a/nixosModules/ags/default.nix b/nixosModules/ags/default.nix index 7b53eb7a..3ccdf379 100644 --- a/nixosModules/ags/default.nix +++ b/nixosModules/ags/default.nix @@ -4,7 +4,7 @@ self: { pkgs, ... }: let - inherit (self.inputs) ags astal-tray gtk-session-lock ts-for-gir-src; + inherit (self.inputs) ags astal gtk-session-lock ts-for-gir-src; in { config = let inherit (lib) boolToString mkIf toLower; @@ -15,7 +15,7 @@ in { flakeDir = config.environment.variables.FLAKE; # Packages - astalTray = astal-tray.packages.${pkgs.system}.tray; + astalTray = astal.packages.${pkgs.system}.tray; gtkSessionLock = gtk-session-lock.packages.${pkgs.system}.default; in mkIf cfgDesktop.ags.enable {