31 current 2025-03-18 21:27:19 25.05.20250315.c80f6a7 6.12.19 *

This commit is contained in:
Gustav Bruhn 2025-03-18 21:27:22 +01:00
parent b1bc91ffaa
commit 148ab3ab93
2 changed files with 20 additions and 0 deletions

17
flake.lock generated
View File

@ -56,6 +56,22 @@
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1742217307,
"narHash": "sha256-3fwpN7KN226ghLlpO9TR0/WpgQOmOj1e8bieUxpIYSk=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "4f4d97d7b7be387286cc9c988760a7ebaa5be1f1",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1742069588,
@ -108,6 +124,7 @@
"inputs": {
"home-manager": "home-manager",
"nixos-cosmic": "nixos-cosmic",
"nixos-hardware": "nixos-hardware",
"nixpgs": [
"nixos-cosmic",
"nixpkgs"

View File

@ -5,6 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpgs.follows = "nixos-cosmic/nixpkgs";
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager";
@ -16,6 +17,7 @@
self,
nixpkgs,
nixos-cosmic,
nixos-hardware,
...
} @ inputs: {
# use "nixos", or your hostname as the name of the configuration
@ -32,6 +34,7 @@
};
}
nixos-cosmic.nixosModules.default
nixos-hardware.nixosModules.framework-13-7040-amd
];
};
};