forked from colonelpanic/dotfiles
[NixOS] Add password store git repository
This commit is contained in:
parent
b9b2ad8c07
commit
dc2e50861a
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ gotools
|
|||||||
/dotfiles/emacs.d/*.sqlite
|
/dotfiles/emacs.d/*.sqlite
|
||||||
/dotfiles/config/gtk-3.0/colors.css
|
/dotfiles/config/gtk-3.0/colors.css
|
||||||
/dotfiles/emacs.d/.cache/
|
/dotfiles/emacs.d/.cache/
|
||||||
|
/dotfiles/config/fontconfig/conf.d/10-hm-fonts.conf
|
||||||
|
@ -1 +0,0 @@
|
|||||||
/nix/store/ibp8cigcnq3byfkidz8iqpqy1z2yd1wh-home-manager-files/.config/fontconfig/conf.d/10-hm-fonts.conf
|
|
@ -82,6 +82,11 @@
|
|||||||
path = "/home/imalison/org";
|
path = "/home/imalison/org";
|
||||||
uri = "git@bitbucket.org:ivanmalison/org.git";
|
uri = "git@bitbucket.org:ivanmalison/org.git";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "password-store";
|
||||||
|
path = "/home/imalison/.password-store";
|
||||||
|
uri = "git@github.com:IvanMalison/.password-store.git";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user