This commit is contained in:
Kopatz
2024-01-07 21:27:29 +01:00
parent a556696da6
commit f07479ed43
4 changed files with 24 additions and 9 deletions

View File

@@ -113,6 +113,8 @@
./modules/graphical/gamemode.nix
./modules/graphical/obs.nix
./modules/graphical/audio.nix
./modules/graphical/games.nix
./modules/graphical/ime.nix
./modules/graphical/shared.nix
./modules/hardware/nvidia.nix
./modules/hardware/ssd.nix

View File

@@ -0,0 +1,16 @@
{ pkgs, ...}:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
gamescopeSession.enable = true;
};
environment.systemPackages = with pkgs; [
taisei
osu-lazer-bin
yuzu-mainline
wineWowPackages.unstableFull
lutris
];
}

View File

@@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod.fcitx5.addons = [ pkgs.fcitx5-mozc ];
}

View File

@@ -9,12 +9,7 @@ let
});
in
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
gamescopeSession.enable = true;
};
programs.dconf.enable = true;
programs.kdeconnect.enable = true;
@@ -58,7 +53,6 @@ in
nextcloud-client
thunderbird
rofi
taisei
localsend
element-desktop
tetrioPlus
@@ -73,10 +67,8 @@ in
qbittorrent
brightnessctl
wacomtablet
osu-lazer-bin
libsForQt5.kolourpaint
wl-clipboard
yuzu-mainline
];
#environment.sessionVariables = {