From 09463092171ee5fc72f43828ea206f2e81f3c0e5 Mon Sep 17 00:00:00 2001 From: illustris Date: Thu, 16 Feb 2023 15:43:01 +0530 Subject: [PATCH] sunshine --- desktop-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desktop-configuration.nix b/desktop-configuration.nix index 6865a1d..4a6cd37 100644 --- a/desktop-configuration.nix +++ b/desktop-configuration.nix @@ -11,6 +11,11 @@ (nerdfonts.override { fonts = [ "DroidSansMono" ]; }) ]; + systemd.user.services.sunshine = { + script = "sunshine"; + path = [ pkgs.sunshine ]; + }; + services = { xserver = { enable = true; @@ -118,6 +123,7 @@ zoom-us guake okular + sunshine ]; security.rtkit.enable = true;