cleanup
This commit is contained in:
parent
2366f2f523
commit
d3b93d1064
4 changed files with 13 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
environment.variables = rec {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "code";
|
||||
VISUAL = "nvim";
|
||||
|
||||
# XDG settings
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
PATH = [
|
||||
"${XDG_BIN_HOME}"
|
||||
"/etc/nixos/scripts"
|
||||
../scripts
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue