fix missing pkgs import
This commit is contained in:
parent
25f9bb20fe
commit
9faa3e06ef
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}:{
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.splix ];
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}:{
|
||||
imports = [
|
||||
../home-manager/default.nix
|
||||
|
||||
|
|
Loading…
Reference in a new issue