missed a import to printing

This commit is contained in:
Gerg-L 2023-02-22 21:18:09 -05:00
parent 9689d623aa
commit 129dcbe951

View file

@ -1,4 +1,8 @@
_: {pkgs, ...}: {
_: {
pkgs,
settings,
...
}: {
nixpkgs.allowedUnfree = ["hplip"];
environment.systemPackages = [
pkgs.gimp