diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index ef4b933..6a54309 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -96,6 +96,9 @@ # Enable the Hyprland WM functionality for NixOS (xdg portals etc.) programs.hyprland.enable = true; # programs.waybar.enable = true; + + # Enable fwupd for BIOS updates + services.fwupd.enable = true; # Configure keymap in X11 services.xserver.xkb.layout = "gb"; diff --git a/modules/packages.nix b/modules/packages.nix index 9e02a81..2076191 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -49,7 +49,6 @@ libreoffice nixfmt-rfc-style nixd - fwupd ]) ++