mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: remove nix_auto_run
This commit is contained in:
parent
bbff96f605
commit
fa3207315a
3 changed files with 0 additions and 3 deletions
|
@ -172,7 +172,6 @@
|
|||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
NIX_AUTO_RUN = 1;
|
||||
};
|
||||
|
||||
# tells electron apps to use Wayland
|
||||
|
|
|
@ -135,7 +135,6 @@
|
|||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
NIX_AUTO_RUN = 1;
|
||||
};
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
|
|
|
@ -155,7 +155,6 @@
|
|||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
NIX_AUTO_RUN = 1;
|
||||
};
|
||||
|
||||
# tells electron apps to use Wayland
|
||||
|
|
Loading…
Reference in a new issue