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

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

17
flake.lock generated
View File

@ -215,6 +215,22 @@
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1715010655,
"narHash": "sha256-FmdhvR/hgBkPDvIv/HOEIQsSMaVXh8wvTrnep8dF3Jc=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "d1659c9eb8af718118fb4bbe2c86797c8b8623eb",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1713828541,
@ -292,6 +308,7 @@
"home-manager": "home-manager",
"hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
"plasma-manager": "plasma-manager",

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
];
};