mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
forgot ;
This commit is contained in:
parent
4b07731634
commit
3c1a604b58
1 changed files with 3 additions and 2 deletions
|
|
@ -62,8 +62,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
user = "${USER}";
|
user = "${USER}";
|
||||||
dataDir = "/home/${USER}/Sync";
|
dataDir = "/home/${USER}/Sync";
|
||||||
}
|
};
|
||||||
}
|
};
|
||||||
|
|
||||||
# SESSION VARIABLES
|
# SESSION VARIABLES
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue