enable printing service

enable rebase pull git strategy
closes #22
This commit is contained in:
Pim Kunis 2023-10-22 22:14:16 +02:00
parent b2d61e68d2
commit 92173b725c
2 changed files with 4 additions and 0 deletions

View file

@ -116,4 +116,7 @@
setSocketVariable = true; setSocketVariable = true;
}; };
}; };
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip pkgs.gutenprint ];
} }

View file

@ -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";