a lot of changes...

This commit is contained in:
Chris Cochrun 2024-08-21 10:09:41 -05:00
parent d320410242
commit bca3a99f9d
21 changed files with 1858 additions and 674 deletions

View file

@ -87,6 +87,7 @@
inherit system;
config = { allowUnfree = true; };
};
pkgsForSystem = import nixpkgs {
inherit system;
config = { allowUnfree = true; };
@ -136,6 +137,7 @@
kaladin = lib.nixosSystem {
inherit system;
pkgs = pkgsForSystem;
modules = [
./systems/kaladin/configuration.nix
home-manager.nixosModules.home-manager