global/options: remove unnecessary types usage

This commit is contained in:
Infinidoge 2023-09-11 08:49:24 -04:00
parent c22a04eb08
commit 817741c49f

View file

@ -23,7 +23,7 @@ in
info = {
monitors = mkOpt int 1;
graphical = mkBoolOpt config.services.xserver.enable;
model = mkOpt types.str "A Computer";
model = mkOpt str "A Computer";
env = {
wm = mkInfoOpt;
};