add networkmanager to fix steam startup times

This commit is contained in:
Noah Masur
2023-08-08 22:13:24 -04:00
parent 05a8f4a49b
commit 5561c85b43
3 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,10 @@
];
# Seems like NetworkManager can help speed up Steam launch
# https://www.reddit.com/r/archlinux/comments/qguhco/steam_startup_time_arch_1451_seconds_fedora_34/hi8opet/
networking.networkmanager.enable = true;
};
}