add ime
This commit is contained in:
16
modules/graphical/games.nix
Normal file
16
modules/graphical/games.nix
Normal 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
|
||||
];
|
||||
}
|
||||
5
modules/graphical/ime.nix
Normal file
5
modules/graphical/ime.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
i18n.inputMethod.enabled = "fcitx5";
|
||||
i18n.inputMethod.fcitx5.addons = [ pkgs.fcitx5-mozc ];
|
||||
}
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user