Remove nixos-hardware
This commit is contained in:
parent
02108d60ae
commit
d3684cdd1f
4 changed files with 0 additions and 22 deletions
|
@ -14,8 +14,6 @@ Currently contains config for only one systems:
|
|||
- For managing the configuration for my user
|
||||
- [sops-nix](https://github.com/Mic92/sops-nix)
|
||||
- For secret management
|
||||
- [nixos-hardware](https://github.com/NixOS/nixos-hardware)
|
||||
- To add hardware-specific tweaks to NixOS for my laptop
|
||||
- [stylix](https://stylix.danth.me/)
|
||||
- Apply theming and styling to many programs
|
||||
- [lanzaboote](https://github.com/nix-community/lanzaboote)
|
||||
|
|
17
flake.lock
17
flake.lock
|
@ -512,22 +512,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1729742320,
|
||||
"narHash": "sha256-u3Of8xRkN//me8PU+RucKA59/6RNy4B2jcGAF36P4jI=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "e8a2f6d5513fe7b7d15701b2d05404ffdc3b6dda",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "master",
|
||||
"repo": "nixos-hardware",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1729665710,
|
||||
|
@ -712,7 +696,6 @@
|
|||
"nixos-artwork": "nixos-artwork",
|
||||
"nixos-cosmic": "nixos-cosmic",
|
||||
"nixos-facter-modules": "nixos-facter-modules",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"nixpkgs-unstable": "nixpkgs-unstable",
|
||||
"nur": "nur",
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
nur.url = "github:nix-community/NUR";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
stylix.url = "github:pizzapim/stylix/release-24.05";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
{inputs, ...}: {
|
||||
imports = [inputs.nixos-hardware.nixosModules.dell-xps-13-9310];
|
||||
|
||||
config = {
|
||||
pim = {
|
||||
lanzaboote.enable = true;
|
||||
|
|
Loading…
Reference in a new issue