Add fwupd and aha
All checks were successful
check / check (push) Successful in 33s

This commit is contained in:
Florian RICHER 2024-06-07 19:37:01 +02:00
parent de6d981cf0
commit 00cbba8b0a
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,8 @@
nixd nixd
]; ];
systemd.packages = with pkgs; [ fwupd ];
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.florian = { users.users.florian = {
isNormalUser = true; isNormalUser = true;

View file

@ -32,6 +32,7 @@ in
wayland-utils # For wayland-info command wayland-utils # For wayland-info command
glxinfo glxinfo
clinfo clinfo
aha
]; ];
}; };
} }