diff --git a/configuration/desktop/default.nix b/configuration/desktop/default.nix index 9f446d7..470910c 100644 --- a/configuration/desktop/default.nix +++ b/configuration/desktop/default.nix @@ -3,6 +3,7 @@ { imports = [ ./audio.nix + ./firmware.nix ./fonts.nix ./gnome.nix ./inputs.nix diff --git a/configuration/desktop/firmware.nix b/configuration/desktop/firmware.nix new file mode 100644 index 0000000..72331e5 --- /dev/null +++ b/configuration/desktop/firmware.nix @@ -0,0 +1,7 @@ +{ ... }: + +{ + + services.fwupd.enable = true; + +} diff --git a/flake.lock b/flake.lock index 1ca02db..9f9eba5 100644 --- a/flake.lock +++ b/flake.lock @@ -268,11 +268,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1718714799, - "narHash": "sha256-FUZpz9rg3gL8NVPKbqU8ei1VkPLsTIfAJ2fdAf5qjak=", + "lastModified": 1718895438, + "narHash": "sha256-k3JqJrkdoYwE3fHE6xGDY676AYmyh4U2Zw+0Bwe5DLU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c00d587b1a1afbf200b1d8f0b0e4ba9deb1c7f0e", + "rev": "d603719ec6e294f034936c0d0dc06f689d91b6c3", "type": "github" }, "original": {