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";
|
repo = "ags";
|
||||||
};
|
};
|
||||||
|
|
||||||
astal-tray = mkDep {
|
astal = mkDep {
|
||||||
owner = "astal-sh";
|
owner = "Aylur";
|
||||||
repo = "tray";
|
repo = "astal";
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk-session-lock = mkDep {
|
gtk-session-lock = mkDep {
|
||||||
|
|
|
@ -4,7 +4,7 @@ self: {
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: 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 {
|
in {
|
||||||
config = let
|
config = let
|
||||||
inherit (lib) boolToString mkIf toLower;
|
inherit (lib) boolToString mkIf toLower;
|
||||||
|
@ -15,7 +15,7 @@ in {
|
||||||
flakeDir = config.environment.variables.FLAKE;
|
flakeDir = config.environment.variables.FLAKE;
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
astalTray = astal-tray.packages.${pkgs.system}.tray;
|
astalTray = astal.packages.${pkgs.system}.tray;
|
||||||
gtkSessionLock = gtk-session-lock.packages.${pkgs.system}.default;
|
gtkSessionLock = gtk-session-lock.packages.${pkgs.system}.default;
|
||||||
in
|
in
|
||||||
mkIf cfgDesktop.ags.enable {
|
mkIf cfgDesktop.ags.enable {
|
||||||
|
|
Loading…
Reference in a new issue