[NixOS] Bump home-manager
This commit is contained in:
parent
c32bf0dba9
commit
3d8c0e8d73
@ -1 +1 @@
|
||||
Subproject commit ad5aea1a32bc2e6343da207a7969492d501ccfc6
|
||||
Subproject commit ec260995e25a38be212b4ba807de2b763fee996d
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user