This commit is contained in:
zoe 2023-02-04 11:13:09 +01:00
parent 69fb413028
commit 8d0237aae6
2 changed files with 1 additions and 4 deletions

View File

@ -175,6 +175,6 @@
# vars
environment.variables = {
MOZ_USE_XINPUT2 DEFAULT=1
MOZ_USE_XINPUT2 = "DEFAULT=1";
};
}

View File

@ -1,7 +1,4 @@
{ pkgs, users, ... }:
let
unstable = import <nixos-unstable> {};
in
{
# Define a user account. Don't forget to set a password with passwd.
users.users.zoe = {