mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: enable nix auto run
This commit is contained in:
parent
621ee1f8fb
commit
d43f9b776e
1 changed files with 5 additions and 1 deletions
|
@ -145,7 +145,11 @@
|
|||
(pkgs.catppuccin-sddm.override { flavor = "mocha"; })
|
||||
steam-run
|
||||
];
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
NIX_AUTO_RUN = 1;
|
||||
};
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
|
|
Loading…
Reference in a new issue