initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 6502dc7e58 - Show all commits
+4
View File
@@ -13,6 +13,10 @@ in
image.baseName = lib.mkForce "Sovran_SystemsOS";
isoImage.splashImage = ./assets/splash-logo.png;
# Disable GNOME first-run tour and initial setup so the installer autostarts instead
services.gnome.gnome-initial-setup.enable = false;
environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs ];
users.users.free = {
isNormalUser = true;
description = "free";