my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

jellyfin-rpc: disable, start with desktop

june 8f282d51 dfba010a

+3 -1
+1
external/zsh/profile.zsh
··· 1 1 if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then 2 + systemctl --user start jellyfin-rpc.service & 2 3 exec niri-session 3 4 fi 4 5
+2 -1
home/modules/programs/jellyfin-rpc.nix
··· 17 17 RestartSec = 60; 18 18 }; 19 19 20 - Install.WantedBy = [ "default.target" ]; 20 + # started manually with desktop session 21 + # Install.WantedBy = [ "default.target" ]; 21 22 }; 22 23 }