feat(homes/rafiq): add steam and prism-launcher configs

This commit is contained in:
Mohammad Rafiq 2025-07-09 01:37:46 +08:00
parent 96b5aa3fef
commit 09b10869e6
No known key found for this signature in database

View file

@ -3,7 +3,15 @@
allowedUnfreePackages = [ allowedUnfreePackages = [
"stremio-shell" "stremio-shell"
"stremio-server" "stremio-server"
"steam"
"steam-unwrapped"
]; ];
flake.modules.nixos.graphical = {
programs.steam = {
enable = true;
gamescopeSession.enable = true;
};
};
flake.modules.homeManager.rafiq = flake.modules.homeManager.rafiq =
{ pkgs, config, ... }: { pkgs, config, ... }:
let let
@ -54,9 +62,12 @@
".local/share/Smart Code ltd/Stremio" ".local/share/Smart Code ltd/Stremio"
".mozilla/firefox" ".mozilla/firefox"
".tor project" ".tor project"
".local/share/Steam"
".local/share/PrismLauncher"
]; ];
home = { home = {
packages = with pkgs; [ packages = with pkgs; [
prismlauncher
stremio stremio
tor-browser tor-browser
vlc vlc