feat(homes/rafiq): add steam and prism-launcher configs
This commit is contained in:
parent
96b5aa3fef
commit
09b10869e6
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue