parent
b2d61e68d2
commit
92173b725c
2 changed files with 4 additions and 0 deletions
|
@ -116,4 +116,7 @@
|
||||||
setSocketVariable = true;
|
setSocketVariable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.printing.enable = true;
|
||||||
|
services.printing.drivers = [ pkgs.hplip pkgs.gutenprint ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
commit.verbose = true;
|
commit.verbose = true;
|
||||||
|
pull.rebase = true;
|
||||||
};
|
};
|
||||||
includes = [{
|
includes = [{
|
||||||
path = "~/git/suecode/.gitconfig";
|
path = "~/git/suecode/.gitconfig";
|
||||||
|
|
Loading…
Reference in a new issue