added r to system config

This commit is contained in:
twoneis 2023-11-26 00:34:09 +01:00
parent e03a89b942
commit 23b2935c54
3 changed files with 6 additions and 3 deletions

View file

@ -76,6 +76,9 @@
#jack.enable = true;
};
# Set electron apps to use wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Define a user account. Don't forget to set a password with passwd.
users.users.twoneis = {
isNormalUser = true;