feat: add caleastia shell

This commit is contained in:
danny 2025-08-19 23:28:52 +08:00
parent b9a369436d
commit 146418764e
20 changed files with 926 additions and 286 deletions

View file

@ -26,8 +26,8 @@ in
systemd.user.services.uxplay = {
wantedBy = [ "multi-user.target" ];
after = [ "networking-online.target" ];
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.uxplay}/bin/uxplay ${
optionalString (hostname != null) "-n ${hostname} -fs -fps 60 -nh"
} -p";