Merge branch 'blue'

This commit is contained in:
2023-09-29 20:49:16 +02:00
8 changed files with 411 additions and 46 deletions

View File

@@ -64,6 +64,22 @@
}
];
};
blue = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{_module.args = inputs;}
./blue/configuration.nix
./blue/hardware-configuration.nix
./packages.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.akill = import ./home/home.nix;
}
];
};
};
devShell.x86_64-linux = pkgs.mkShell {