System Gen107 @ 2024-05-07-21:18:43

This commit is contained in:
2024-05-07 21:18:44 +02:00
parent 7a1559edb7
commit 427500acf5
2 changed files with 20 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
@@ -36,6 +36,7 @@
self,
nixpkgs,
nixpkgs-unstable,
nixos-hardware,
home-manager,
sops-nix,
plasma-manager,
@@ -58,6 +59,7 @@
pkgs,
...
}: {nixpkgs.overlays = [overlay-unstable];})
nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
./hosts/comfy-station/configuration.nix
];
};