diff --git a/modules/home/toki-pona.nix b/modules/home/toki-pona.nix new file mode 100644 index 0000000..6201500 --- /dev/null +++ b/modules/home/toki-pona.nix @@ -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 + ]; + }; +} diff --git a/users/msyds/default.nix b/users/msyds/default.nix index 7f4b1fe..e85c866 100644 --- a/users/msyds/default.nix +++ b/users/msyds/default.nix @@ -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";