steam, dev tools
This commit is contained in:
parent
f7549c8fe9
commit
e05c82f700
5 changed files with 51 additions and 3 deletions
|
|
@ -2,6 +2,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Enable passwordless sudo for wheel group
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
# Define a user account. Don't forget to set a password with 'passwd'.
|
||||
users.users.asxpi = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue