From 8d0237aae65fc5d4a7d6446747bbff53cec19049 Mon Sep 17 00:00:00 2001 From: zoe Date: Sat, 4 Feb 2023 11:13:09 +0100 Subject: [PATCH] eeeeee --- configuration.nix | 2 +- user.nix | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index b7a7873..4ded813 100644 --- a/configuration.nix +++ b/configuration.nix @@ -175,6 +175,6 @@ # vars environment.variables = { - MOZ_USE_XINPUT2 DEFAULT=1 + MOZ_USE_XINPUT2 = "DEFAULT=1"; }; } diff --git a/user.nix b/user.nix index 0a4a5d5..2a9449c 100644 --- a/user.nix +++ b/user.nix @@ -1,7 +1,4 @@ { pkgs, users, ... }: -let - unstable = import {}; -in { # Define a user account. Don't forget to set a password with ‘passwd’. users.users.zoe = {