efwf
This commit is contained in:
@@ -76,6 +76,10 @@ boot = {
|
||||
"rd.systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"udev.log_priority=3"
|
||||
"amd_iommu=on"
|
||||
"amd_iommu=force_isolation"
|
||||
"hpet=disable"
|
||||
"iommu=pt"
|
||||
];
|
||||
extraModprobeConfig = ''
|
||||
options bluetooth disable_ertm=Y
|
||||
@@ -328,7 +332,7 @@ services.pulseaudio.extraConfig = ''
|
||||
cowsay
|
||||
pfetch
|
||||
ryubing
|
||||
inputs.subtui.packages.${pkgs.system}.default
|
||||
inputs.subtui.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
mpv
|
||||
pkgs-master.gelly
|
||||
android-tools
|
||||
@@ -382,7 +386,7 @@ services.pulseaudio.extraConfig = ''
|
||||
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
|
||||
package = pkgs.millennium-steam;
|
||||
#package = pkgs.millennium-steam;
|
||||
};
|
||||
hardware.steam-hardware.enable=true;
|
||||
services.monado = {
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
home.file.".icons/default".source = "${pkgs.bibata-cursors}/share/icons/Bibata-Modern-Classic";
|
||||
|
||||
services.mpd-mpris.enable = true;
|
||||
gtk.gtk4.theme = null;
|
||||
|
||||
# This value determines the Home Manager release that your
|
||||
# configuration is compatible with. This helps avoid breakage
|
||||
|
||||
Reference in New Issue
Block a user