This commit is contained in:
Julian Sutter 2025-12-18 19:14:57 -08:00
parent 2015647f67
commit 1c35f03eae
3 changed files with 63 additions and 440 deletions

View file

@ -30,7 +30,7 @@
config.allowUnfree = true;
};
inherit octofriend-nix;
inherit octofriend;
};
mkSystem = { modules, hardware ? [] }: nixpkgs.lib.nixosSystem {
@ -40,7 +40,6 @@
home-manager.nixosModules.home-manager
] ++ hardware ++ modules;
};
};
# Common desktop modules
commonDesktopModules = [
./systems/common.nix