fix(foot): add fcft to auto updated packages

This commit is contained in:
matt1432 2025-03-13 14:57:13 -04:00
parent f7ee925514
commit eff17eaef7
5 changed files with 28 additions and 13 deletions
modules/base/packages

View file

@ -18,6 +18,11 @@ in {
"nurl"
"nixpkgs-wayland"
])
++ [
(final: prev: {
inherit (pkgs.selfPackages) fcft;
})
]
++ (attrValues {
# inherit
# (self.overlays)