hosts: homes: mousqueton: migrate 'git.package'
This commit is contained in:
parent
afda437f49
commit
3a7f4d126d
|
@ -4,11 +4,13 @@
|
||||||
# Google specific configuration
|
# Google specific configuration
|
||||||
home.homeDirectory = "/usr/local/google/home/ambroisie";
|
home.homeDirectory = "/usr/local/google/home/ambroisie";
|
||||||
|
|
||||||
programs.git.package = lib.mkForce pkgs.emptyDirectory;
|
|
||||||
|
|
||||||
services.gpg-agent.enable = lib.mkForce false;
|
services.gpg-agent.enable = lib.mkForce false;
|
||||||
|
|
||||||
my.home = {
|
my.home = {
|
||||||
|
git = {
|
||||||
|
package = pkgs.emptyDirectory;
|
||||||
|
};
|
||||||
|
|
||||||
tmux = {
|
tmux = {
|
||||||
# I use scripts that use the passthrough sequence often on this host
|
# I use scripts that use the passthrough sequence often on this host
|
||||||
enablePassthrough = true;
|
enablePassthrough = true;
|
||||||
|
|
Loading…
Reference in a new issue