refactor: move customPkgs to self.packages

This commit is contained in:
matt1432 2024-06-08 22:21:04 -04:00
parent 14081936af
commit fe7b03dd4a
19 changed files with 39 additions and 37 deletions
modules/ags

View file

@ -5,6 +5,7 @@
gtk-session-lock,
lib,
pkgs,
self,
...
}: let
inherit (lib) boolToString;
@ -101,7 +102,7 @@ in {
// (import ./icons.nix {inherit pkgs agsConfigDir;});
packages =
[config.customPkgs.coloryou]
[self.packages.${pkgs.system}.coloryou]
++ (with pkgs; [
# ags
dart-sass