feat: teheheheee

This commit is contained in:
Kat Inskip 2025-09-18 05:12:14 -07:00
parent 47c88c3dfc
commit 9130316c24
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
14 changed files with 261 additions and 261 deletions

View file

@ -0,0 +1,16 @@
{pkgs, ...}: {
systemd.user.services.kanon = {
description = "Kanon";
serviceConfig = {
ExecStart = "${pkgs.katwine}/bin/katwine kanon";
Type = "forking";
};
};
systemd.user.services.hanahira = {
description = "Hanahira";
serviceConfig = {
ExecStart = "${pkgs.katwine}/bin/katwine hanahira";
Type = "forking";
};
};
}