From fa3207315ac84aa5541162a6a108af8675a1bb40 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 3 Sep 2024 15:19:07 -0700 Subject: [PATCH] chore: remove nix_auto_run --- hosts/adrastea/configuration.nix | 1 - hosts/callisto/configuration.nix | 1 - hosts/demeter/configuration.nix | 1 - 3 files changed, 3 deletions(-) diff --git a/hosts/adrastea/configuration.nix b/hosts/adrastea/configuration.nix index 7aaf6a0..fbb534c 100755 --- a/hosts/adrastea/configuration.nix +++ b/hosts/adrastea/configuration.nix @@ -172,7 +172,6 @@ environment.variables = { EDITOR = "nvim"; - NIX_AUTO_RUN = 1; }; # tells electron apps to use Wayland diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index 8bf73b8..1956fdb 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -135,7 +135,6 @@ environment.variables = { EDITOR = "nvim"; - NIX_AUTO_RUN = 1; }; services.keyd = { enable = true; diff --git a/hosts/demeter/configuration.nix b/hosts/demeter/configuration.nix index 250d7f9..dece5a1 100755 --- a/hosts/demeter/configuration.nix +++ b/hosts/demeter/configuration.nix @@ -155,7 +155,6 @@ environment.variables = { EDITOR = "nvim"; - NIX_AUTO_RUN = 1; }; # tells electron apps to use Wayland