Compare commits

...

2 Commits

Author SHA1 Message Date
ab7d28ac0f fix(fruitbook): 노트북 닫을 때 화면을 잠금
All checks were successful
build / build (push) Successful in 1m37s
2026-03-22 00:50:51 -06:00
a913e4f5c7 fix(toki-pona): nasin pini la kepeken e sitelen pona 2026-03-22 00:45:46 -06:00
2 changed files with 5 additions and 1 deletions

View File

@@ -21,5 +21,9 @@ in {
"DankMaterialShell/settings.json".source =
json.generate "settings.json" cfg.settings;
};
programs.niri.settings.switch-events = {
lid-close.action.spawn = ["dms" "ipc" "lock" "lock"];
};
};
}

View File

@@ -15,7 +15,7 @@ in {
}))
];
programs.ghostty.settings.font-family = lib.mkBefore [
programs.ghostty.settings.font-family = lib.mkAfter [
"sitelen seli kiwen mono juniko"
];