From c1d9af57156f3c95590d9a12c394ee064df9696e Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 15:25:38 +0100 Subject: added disko config for laptop, added storage and memory modules --- sys/core/fonts.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/core/fonts.nix') diff --git a/sys/core/fonts.nix b/sys/core/fonts.nix index 5bdf751..1173439 100644 --- a/sys/core/fonts.nix +++ b/sys/core/fonts.nix @@ -1,11 +1,9 @@ { config, lib, pkgs, ... }: let - cfg = config.szpont.sys.core.fonts; + cfg = config.sys.core.fonts; in { - options.szpont.sys.core.fonts = { - enable = lib.mkEnableOption "system-wide fonts and console configuration"; - }; + options.sys.core.fonts.enable = lib.mkEnableOption "system-wide font and console configuration"; config = lib.mkIf cfg.enable { console = { -- cgit v1.3