feat(toki-pona): init; basic font support
Some checks failed
build / build-sydpc (push) Has been cancelled
build / build-fruitbook (push) Has been cancelled
build / build-deertopia (push) Has been cancelled

This commit is contained in:
2026-03-11 09:21:45 -06:00
parent ca6fd41f35
commit 71d2d906b4
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{ config, lib, pkgs, ... }:
let cfg = config.sydnix.toki-pona;
in {
options.sydnix.toki-pona = {
enable = lib.mkEnableOption "Toki Pona fonts and input methods";
};
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
# nasin-nanpa-ucsur
nasin-nanpa
# nasin-nanpa-helvetica
];
};
}

View File

@@ -41,6 +41,7 @@
terraria.enable = true;
kdeconnect.enable = true;
qalculate.enable = true;
toki-pona.enable = true;
sops = {
enable = true;
keyFile = "/persist/private-keys/age/crumb";