Compare commits
No commits in common. "3a00c2248048042c7bbccb07b32d462e41a24bdd" and "6f775f9bce47da58e130c96831a3a1f7481b1bcb" have entirely different histories.
3a00c22480
...
6f775f9bce
3 changed files with 9 additions and 15 deletions
1
clan.nix
1
clan.nix
|
|
@ -20,7 +20,6 @@
|
|||
tags = [
|
||||
"desktop"
|
||||
"spain"
|
||||
"gaming"
|
||||
];
|
||||
};
|
||||
frues-surface3 = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
{...}: {
|
||||
imports = [
|
||||
./disks.nix
|
||||
../../modules/desktop/hyprland.nix
|
||||
|
|
@ -20,7 +19,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.sunshine.autoStart = true;
|
||||
# It is an open-source implementation of Nvidia’s Moonlight game streaming application
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = true;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
home-manager.users.pedro.wayland.windowManager.hyprland.settings = {
|
||||
monitor = [
|
||||
|
|
|
|||
|
|
@ -1,21 +1,11 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
{...}: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = false;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.gamescope ];
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
services.joycond.enable = true;
|
||||
|
||||
services.sunshine = {
|
||||
enable = true;
|
||||
autoStart = lib.mkDefault false;
|
||||
capSysAdmin = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue