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

@ -15,7 +15,7 @@
}
];
files = [
".config/gnome-initial-setup-done" # gnome welcome message
".bash_history" # keep shell history around
".local/share/recently-used.xbel" # gnome recently viewed files
];
};

View file

@ -62,6 +62,7 @@
};
reverse_proxy = {
enable = true;
enableACME = false;
hostname = "jan-leila.com";
};
postgres = {

View file

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