[NixOS] Bump home-manager

This commit is contained in:
Ivan Malison 2021-08-17 23:43:01 -06:00
parent c32bf0dba9
commit 3d8c0e8d73
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 9 additions and 12 deletions

@ -1 +1 @@
Subproject commit ad5aea1a32bc2e6343da207a7969492d501ccfc6
Subproject commit ec260995e25a38be212b4ba807de2b763fee996d

View File

@ -71,23 +71,20 @@
services.git-sync = {
enable = true;
repositories = [
{
name = "config";
repositories = {
config = {
path = "/home/imalison/config";
uri = "git@github.com:IvanMalison/config.git";
}
{
name = "org";
};
org = {
path = "/home/imalison/org";
uri = "git@github.com:IvanMalison/org.git";
}
{
name = "password-store";
};
password-store = {
path = "/home/imalison/.password-store";
uri = "git@github.com:IvanMalison/.password-store.git";
}
];
};
};
};
systemd.user.services.setxkbmap = {