added nixos-hardware settings for Lenni

This commit is contained in:
willifan 2024-05-31 13:32:01 +02:00
parent 3389ea7b1f
commit e51cfe174f
5 changed files with 175 additions and 171 deletions

View file

@ -6,7 +6,7 @@
# NixOS official package source, using the nixos-23.11 branch here
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
hardware.url = "github:nixos/nixos-hardware";
nixos-hardware.url = "github:nixos/nixos-hardware";
# Declarative dotfile management
home-manager = {
@ -28,7 +28,7 @@
};
outputs = { self, nixpkgs, home-manager, disko, ... }@inputs:
outputs = { self, nixpkgs, home-manager, disko, nixos-hardware, ... }@inputs:
let
inherit (self) outputs;
forAllSystems = nixpkgs.lib.genAttrs [
@ -53,6 +53,7 @@
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
}
disko.nixosModules.disko
nixos-hardware.nixosModules.framework-12th-gen-intel
./hosts
./users/willifan
];