diff options
author | Franck Cuny <franck@fcuny.net> | 2023-03-26 10:32:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-03-26 10:32:03 -0700 |
commit | d9c10d3d2b59ab22f31cf912340e496ca507c68a (patch) | |
tree | 4b20c6485d6e3a1ef182112adf35eaa995c2afc4 /modules | |
parent | modules/console: larger font for EVERYONE (diff) | |
download | world-d9c10d3d2b59ab22f31cf912340e496ca507c68a.tar.gz |
modules/console: fix syntax
Diffstat (limited to '')
-rw-r--r-- | modules/system/console/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |