This commit is contained in:
parent
de6d981cf0
commit
00cbba8b0a
2 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
|
@ -32,6 +32,7 @@ in
|
||||||
wayland-utils # For wayland-info command
|
wayland-utils # For wayland-info command
|
||||||
glxinfo
|
glxinfo
|
||||||
clinfo
|
clinfo
|
||||||
|
aha
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue