mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +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;
|
editors.neovim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.sessionVariables = {
|
home.sessionVariables = {
|
||||||
MANPAGER = "nvim +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user