feat(home-pc): add fwupd and gnome-firmware-updater

This commit is contained in:
Felix Schröter 2019-12-14 12:10:09 +01:00
parent ddc95b1fa5
commit ec9e0376eb
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,8 @@
networking.hostName = "felix-nixos";
services.fwupd.enable = true;
users.users.felschr = {
isNormalUser = true;
extraGroups = [ "wheel" "audio" ];

View file

@ -32,6 +32,7 @@ with pkgs;
home.packages = with pkgs; [
# system
gparted
gnome-firmware-updater
# productivity
discord