a lot of changes...
This commit is contained in:
parent
d320410242
commit
bca3a99f9d
21 changed files with 1858 additions and 674 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue