From ba2292d4729caa2731ca2a33f8a4c8503baa97bb Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sat, 16 Sep 2023 00:53:11 +0300 Subject: [PATCH] add moonlight to dell-laptop --- machines/Dell-Laptop/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/Dell-Laptop/default.nix b/machines/Dell-Laptop/default.nix index 22377df..a068341 100644 --- a/machines/Dell-Laptop/default.nix +++ b/machines/Dell-Laptop/default.nix @@ -52,7 +52,12 @@ boot.kernelParams = [ "mem_sleep_default=deep" ]; + persist.state.homeDirectories = [ ".config/Moonlight Game Streaming Project" ]; home-manager.users.${config.mainuser} = { + home.packages = [ + pkgs.moonlight-qt + ]; + home.stateVersion = "23.05"; }; system.stateVersion = "23.05";