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