mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
missed a import to printing
This commit is contained in:
parent
9689d623aa
commit
129dcbe951
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
_: {pkgs, ...}: {
|
_: {
|
||||||
|
pkgs,
|
||||||
|
settings,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
nixpkgs.allowedUnfree = ["hplip"];
|
nixpkgs.allowedUnfree = ["hplip"];
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.gimp
|
pkgs.gimp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue