mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
users/plover: replace systemd session variables as shell variables
This commit is contained in:
parent
6cbd1c972b
commit
59bd69691b
@ -22,7 +22,7 @@
|
||||
editors.neovim.enable = true;
|
||||
};
|
||||
|
||||
systemd.user.sessionVariables = {
|
||||
home.sessionVariables = {
|
||||
MANPAGER = "nvim +Man!";
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user