chore: remove nix_auto_run

This commit is contained in:
Youwen Wu 2024-09-03 15:19:07 -07:00
parent bbff96f605
commit fa3207315a
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 0 additions and 3 deletions

View file

@ -172,7 +172,6 @@
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "nvim";
NIX_AUTO_RUN = 1;
}; };
# tells electron apps to use Wayland # tells electron apps to use Wayland

View file

@ -135,7 +135,6 @@
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "nvim";
NIX_AUTO_RUN = 1;
}; };
services.keyd = { services.keyd = {
enable = true; enable = true;

View file

@ -155,7 +155,6 @@
environment.variables = { environment.variables = {
EDITOR = "nvim"; EDITOR = "nvim";
NIX_AUTO_RUN = 1;
}; };
# tells electron apps to use Wayland # tells electron apps to use Wayland