refactor(gpu)!: rename from gui

This commit is contained in:
514fpv 2024-01-27 22:14:03 +08:00
parent e3ff4e30a6
commit c1753e0146
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
14 changed files with 24 additions and 24 deletions

View file

@ -3,7 +3,7 @@
, config
, ... }: with lib; let
cfg = config.home.util;
gui = with config.global.gui; ( enable && session );
gui = with config.global.gpu; enable && session;
in {
options.home.util = {
minimal = mkEnableOption "minimal system environment with less packages";