add moonlight to dell-laptop

This commit is contained in:
Dmitriy Kholkin 2023-09-16 00:53:11 +03:00
parent 3e1bc61294
commit ba2292d472

View File

@ -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";