[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 = {
|
services.git-sync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
repositories = [
|
repositories = {
|
||||||
{
|
config = {
|
||||||
name = "config";
|
|
||||||
path = "/home/imalison/config";
|
path = "/home/imalison/config";
|
||||||
uri = "git@github.com:IvanMalison/config.git";
|
uri = "git@github.com:IvanMalison/config.git";
|
||||||
}
|
};
|
||||||
{
|
org = {
|
||||||
name = "org";
|
|
||||||
path = "/home/imalison/org";
|
path = "/home/imalison/org";
|
||||||
uri = "git@github.com:IvanMalison/org.git";
|
uri = "git@github.com:IvanMalison/org.git";
|
||||||
}
|
};
|
||||||
{
|
password-store = {
|
||||||
name = "password-store";
|
|
||||||
path = "/home/imalison/.password-store";
|
path = "/home/imalison/.password-store";
|
||||||
uri = "git@github.com:IvanMalison/.password-store.git";
|
uri = "git@github.com:IvanMalison/.password-store.git";
|
||||||
}
|
};
|
||||||
];
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.setxkbmap = {
|
systemd.user.services.setxkbmap = {
|
||||||
|
Loading…
Reference in New Issue
Block a user