update imports

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-10 14:24:28 -05:00
parent bb8033d547
commit 6316fffeb1
3 changed files with 8 additions and 11 deletions

View file

@ -51,6 +51,7 @@
{
self,
nypkgs,
cosmic,
joe_nixpkgs,
joe_home-manager,
gpdPocket3_nixpkgs,
@ -89,9 +90,6 @@
inherit user;
nixpkgs = gpdPocket3_nixpkgs;
home-manager = gpdPocket3_home-manager;
# There is no way to support top level conditional imports in modules using that module's options...
# so for now I have this hack until I want to make this more broad
uses_cosmic = true;
};
}
{
@ -136,6 +134,7 @@
modules =
[
./hosts/_common/configuration.nix
cosmic.nixosModules.default
]
++ ylib.umport {
path = lib.fileset.maybeMissing ./modules;