add missing pkgs import
This commit is contained in:
parent
c80f82eecf
commit
8f1b6f492d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }: let
|
||||
{ pkgs, config, lib, ... }: let
|
||||
cfg = config.grimmShared;
|
||||
in {
|
||||
config = with cfg; lib.mkIf (enable && portals) {
|
||||
|
|
Loading…
Reference in a new issue