270 current 1970-01-01 01:00:00 23.11.20240403.1487bde 6.1.84 *

This commit is contained in:
2024-04-05 21:12:59 +02:00
parent e6a3d4b7db
commit f27298fa9f
3 changed files with 32 additions and 7 deletions

View File

@ -4,6 +4,8 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
@ -25,8 +27,15 @@
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
in {
overlays = {
pkg-sets = final: prev: {
unstable = import inputs.unstable {system = final.system;};
};
};
nixosConfigurations."MaxNixosLaptop" = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
specialArgs = {
inherit inputs;
};
system = "x86_64-linux";
modules = [
./hosts/MaxNixosLaptop/configuration.nix