feat(toki-pona): init; basic font support
This commit is contained in:
16
modules/home/toki-pona.nix
Normal file
16
modules/home/toki-pona.nix
Normal 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
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -41,6 +41,7 @@
|
|||||||
terraria.enable = true;
|
terraria.enable = true;
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
qalculate.enable = true;
|
qalculate.enable = true;
|
||||||
|
toki-pona.enable = true;
|
||||||
sops = {
|
sops = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyFile = "/persist/private-keys/age/crumb";
|
keyFile = "/persist/private-keys/age/crumb";
|
||||||
|
|||||||
Reference in New Issue
Block a user