nixos: initial bitmap font support

This commit is contained in:
ooks-io 2024-12-08 23:04:16 +11:00
parent 3cb560dfe1
commit 3f11846977
10 changed files with 118 additions and 22 deletions

View file

@ -4,7 +4,7 @@
in {
options.ooknet.workstation = {
theme = mkOption {
type = nullOr (enum ["minimal"]);
type = nullOr (enum ["minimal" "hozen"]);
default = null;
};
profiles = mkOption {