forked from colonelpanic/dotfiles
[NixOS] More general way of getting home directory
This commit is contained in:
parent
7a511b3e13
commit
d505e8c79d
@ -73,15 +73,15 @@
|
||||
enable = true;
|
||||
repositories = {
|
||||
config = {
|
||||
path = "/home/imalison/config";
|
||||
path = config.home.homeDirectory + "/config";
|
||||
uri = "git@github.com:IvanMalison/config.git";
|
||||
};
|
||||
org = {
|
||||
path = "/home/imalison/org";
|
||||
path = config.home.homeDirectory + "/org";
|
||||
uri = "git@github.com:IvanMalison/org.git";
|
||||
};
|
||||
password-store = {
|
||||
path = "/home/imalison/.password-store";
|
||||
path = config.home.homeDirectory + "/org";
|
||||
uri = "git@github.com:IvanMalison/.password-store.git";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user