Skip to content

Commit

Permalink
Minor changes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luvcie committed Dec 8, 2024
1 parent 6b27ba1 commit e0451eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
15 changes: 4 additions & 11 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"net.ipv4.tcp_congestion_control" = "bbr";
"net.ipv4.tcp_slow_start_after_idle" = 0;

# Gaming optimizations
# PID optimization
"kernel.pid_max" = 4194304;
};
};
Expand Down Expand Up @@ -218,7 +218,7 @@
xwayland.enable = true;
waybar.enable = false;

# Gaming optimizations
# Game optimizations
gamemode = {
enable = true;
settings = {
Expand Down Expand Up @@ -252,7 +252,7 @@
AMD_VULKAN_ICD = "RADV";
RADV_PERFTEST = "gpl,nosam"; # Optimized for APU
VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json";
# Gaming
# Compatibility
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
# Wayland-specific
MOZ_ENABLE_WAYLAND = "1";
Expand Down Expand Up @@ -491,7 +491,7 @@
kdeconnect.enable = true;
appimage.binfmt.enable = true;

# Gaming enhancements
# Gamescope enhancement
gamescope = {
enable = true;
capSysNice = true;
Expand Down Expand Up @@ -584,13 +584,6 @@
# Media
yt-dlp

# Gaming utilities
q4wine
lutris
heroic
mangohud
goverlay

# AMD utilities
radeontop
radeon-profile
Expand Down
8 changes: 3 additions & 5 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
kooha # Screen recorder
gimp-with-plugins

# Gaming & Entertainment
# Entertainment
prismlauncher # Minecraft launcher
vitetris
ani-cli
Expand Down Expand Up @@ -123,10 +123,8 @@
ledger-live-desktop
xboxdrv

# Wine & Gaming
# Games
bottles
q4wine
lutris
heroic
mangohud
goverlay
Expand Down Expand Up @@ -597,7 +595,7 @@
};
};

# Gaming optimizations
# Mango
programs.mangohud = {
enable = true;
settings = {
Expand Down

0 comments on commit e0451eb

Please sign in to comment.