fixed gnome tour showing on reboot

This commit is contained in:
Leyla Becker 2025-01-06 14:07:19 -06:00
parent 46fd27f768
commit 6a8daadb4e
3 changed files with 4 additions and 1 deletions

View file

@ -53,6 +53,8 @@
# enable RealtimeKit for pulse audio
security.rtkit.enable = true;
# disable welcome tour
environment.gnome.excludePackages = [pkgs.gnome-tour];
})
];
}