chore(ags): move to mono-repo for astal-tray
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
e60d59c77c
commit
defc94db8a
4 changed files with 5 additions and 5 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue