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;
};
};
services.printing.enable = true;
services.printing.drivers = [ pkgs.hplip pkgs.gutenprint ];
}

View file

@ -7,6 +7,7 @@
extraConfig = {
push.autoSetupRemote = true;
commit.verbose = true;
pull.rebase = true;
};
includes = [{
path = "~/git/suecode/.gitconfig";