This commit is contained in:
parent
de6d981cf0
commit
00cbba8b0a
2 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
nixd
|
||||
];
|
||||
|
||||
systemd.packages = with pkgs; [ fwupd ];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.florian = {
|
||||
isNormalUser = true;
|
||||
|
|
|
@ -32,6 +32,7 @@ in
|
|||
wayland-utils # For wayland-info command
|
||||
glxinfo
|
||||
clinfo
|
||||
aha
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue