this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add nixos-hardware

+26 -6
+23 -6
flake.lock
··· 327 327 "type": "github" 328 328 } 329 329 }, 330 + "nixos-hardware": { 331 + "locked": { 332 + "lastModified": 1672644464, 333 + "narHash": "sha256-RYlvRMcQNT7FDoDkViijQBHg9g+blsB+U6AvL/gAsPI=", 334 + "owner": "NixOS", 335 + "repo": "nixos-hardware", 336 + "rev": "ca29e25c39b8e117d4d76a81f1e229824a9b3a26", 337 + "type": "github" 338 + }, 339 + "original": { 340 + "owner": "NixOS", 341 + "ref": "master", 342 + "repo": "nixos-hardware", 343 + "type": "github" 344 + } 345 + }, 330 346 "nixpkgs": { 331 347 "locked": { 332 348 "lastModified": 1662099760, ··· 345 361 }, 346 362 "nixpkgs_2": { 347 363 "locked": { 348 - "lastModified": 1670193339, 349 - "narHash": "sha256-oHTAhX4p6+uxcabq0rKL4EyKWPbDLGKec88ocPIU/2Y=", 364 + "lastModified": 1672844754, 365 + "narHash": "sha256-o26WabuHABQsaHxxmIrR3AQRqDFUEdLckLXkVCpIjSU=", 350 366 "owner": "nixos", 351 367 "repo": "nixpkgs", 352 - "rev": "e169cf5b3b1e6cc4a25ff15087c2621605f83409", 368 + "rev": "e9ade2c8240e00a4784fac282a502efff2786bdc", 353 369 "type": "github" 354 370 }, 355 371 "original": { ··· 419 435 "hardware": "hardware", 420 436 "home-manager": "home-manager", 421 437 "nix-matrix-appservices": "nix-matrix-appservices", 438 + "nixos-hardware": "nixos-hardware", 422 439 "nixpkgs": "nixpkgs_2", 423 440 "nur": "nur", 424 441 "poonam": "poonam", ··· 510 527 }, 511 528 "unstable": { 512 529 "locked": { 513 - "lastModified": 1670152712, 514 - "narHash": "sha256-LJttwIvJqsZIj8u1LxVRv82vwUtkzVqQVi7Wb8gxPS4=", 530 + "lastModified": 1672791794, 531 + "narHash": "sha256-mqGPpGmwap0Wfsf3o2b6qHJW1w2kk/I6cGCGIU+3t6o=", 515 532 "owner": "nixos", 516 533 "repo": "nixpkgs", 517 - "rev": "14ddeaebcbe9a25748221d1d7ecdf98e20e2325e", 534 + "rev": "9813adc7f7c0edd738c6bdd8431439688bb0cb3d", 518 535 "type": "github" 519 536 }, 520 537 "original": {
+3
flake.nix
··· 5 5 # Nixpkgs 6 6 nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11"; 7 7 unstable.url = "github:nixos/nixpkgs/nixos-unstable"; 8 + nixos-hardware.url = "github:NixOS/nixos-hardware/master"; 8 9 9 10 # Home manager 10 11 home-manager.url = "github:nix-community/home-manager"; ··· 52 53 { self 53 54 , nixpkgs 54 55 , unstable 56 + , nixos-hardware 55 57 , home-manager 56 58 , deploy-rs 57 59 , agenix ··· 145 147 agenix.nixosModules.age 146 148 self.nixosModules.backup 147 149 self.nixosModules.wireguard 150 + nixos-hardware.nixosModules.lenovo-thinkpad-x270 148 151 home-manager.nixosModules.home-manager 149 152 { 150 153 home-manager.useGlobalPkgs = true;