refactor: use overlays for my custom packages

This commit is contained in:
matt1432 2025-03-04 16:40:21 -05:00
parent a4829b0bab
commit 8ba117e22b
40 changed files with 176 additions and 169 deletions
modules/ags

View file

@ -34,6 +34,7 @@ in {
extraPackages = cfg.astalLibs;
# FIXME: this makes sure we use my overlayed version for gtk4-session-lock
# try to fix this with overlays
gtk4-layer-shell = pkgs.gtk4-layer-shell;
};
@ -116,7 +117,7 @@ in {
wayfreeze
;
inherit
(self.packages.${pkgs.system})
(pkgs.selfPackages)
coloryou
;
})