From 50e34499e1d7098217a9698f2fc089386a57763d Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 4 Mar 2024 18:05:20 +0100 Subject: [PATCH] Set hardware config for xps 7390 for EDI --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 5a3b753..8780eea 100644 --- a/flake.nix +++ b/flake.nix @@ -5,6 +5,8 @@ # Nixpkgs nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + # Disko for declaratively setting disk formatting disko.url = "github:nix-community/disko"; disko.inputs.nixpkgs.follows = "nixpkgs"; @@ -76,6 +78,7 @@ linger, pihole, lanzaboote, + nixos-hardware, ... } @ inputs: let inherit (self) outputs; @@ -112,6 +115,7 @@ system = "x86_64-linux"; specialArgs = {inherit inputs outputs;}; modules = [ + nixos-hardware.nixosModules.dell-xps-13-7390 # > Our main nixos configuration file < ./nixos/hosts/EDI/configuration.nix sops-nix.nixosModules.sops