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 = {
|
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 = {
|
||||||
|
Reference in New Issue
Block a user