This commit is contained in:
2026-05-13 13:10:18 -05:00
parent 42df5c86e2
commit e4444bd4f7
3 changed files with 83 additions and 186 deletions
+6 -2
View File
@@ -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 = {
+1
View File
@@ -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