From d9c10d3d2b59ab22f31cf912340e496ca507c68a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 Mar 2023 10:32:03 -0700 Subject: modules/console: fix syntax --- modules/system/console/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/console/default.nix b/modules/system/console/default.nix index b9ef762..5bb169b 100644 --- a/modules/system/console/default.nix +++ b/modules/system/console/default.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ pkgs, ... }: { console = { earlySetup = true; font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz"; -- cgit 1.4.1