diff options
| author | adikro <adikro@disroot.org> | 2026-01-23 22:38:49 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-23 22:38:49 +0100 |
| commit | b0bd96459ff81aaf1a4e768b1a6222cdd86026f9 (patch) | |
| tree | 33abd880bf70b9e2a403380fbce220da98e44495 /os/srv/zzz.nix | |
| parent | d2571482b4eb5660fd92727efb4e5254df06e45e (diff) | |
too much to remember
Diffstat (limited to 'os/srv/zzz.nix')
| -rw-r--r-- | os/srv/zzz.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/os/srv/zzz.nix b/os/srv/zzz.nix deleted file mode 100644 index cd9a67e..0000000 --- a/os/srv/zzz.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ config, lib, pkgs, ... }: -let - cfg = config.os.srv.zzz; -in -{ - options.os.srv.zzz.enable = lib.mkEnableOption "enables the zzz rpc service"; - config = lib.mkIf cfg.enable { - systemd.user.services.zzz-presence = { - description = "Zenless Zone Zero Discord Rich Presence"; - wantedBy = [ "default.target" ]; - - serviceConfig = { - ExecStart = "${pkgs.python3.withPackages (ps: [ ps.pypresence ])}/bin/python3 /etc/nixos/resources/zzz.py"; - Restart = "always"; - RestartSec = "10"; - }; - }; - }; -} |
