diff --git a/homes/common/gnome.nix b/homes/common/gnome.nix index 76b3b47..4b94217 100644 --- a/homes/common/gnome.nix +++ b/homes/common/gnome.nix @@ -1,11 +1,11 @@ _: { - # NOTE: Allegedly prevents random Gnome crashes. But really, it just prevents me from logging in. + # NOTE: Allegedly prevents random Gnome crashes. + # But it might prevent logging in in some cases. # See https://www.reddit.com/r/archlinux/comments/1erbika/fyi_if_you_experience_crashes_on_gnome_on_amd/ - /* - home.file.".config/environment.d/99-mutter-no-rt.conf".text = '' - MUTTER_DEBUG_KMS_THREAD_TYPE=user; - ''; - */ + + home.file.".config/environment.d/99-mutter-no-rt.conf".text = '' + MUTTER_DEBUG_KMS_THREAD_TYPE=user; + ''; # Additional Gnome configurations via home-manager. dconf.settings = {