forked from colonelpanic/dotfiles
[NixOS] Bump home-manager
This commit is contained in:
Submodule nixos/home-manager updated: ad5aea1a32...ec260995e2
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user