modified: hosts/nixos/home.nix

This commit is contained in:
2025-07-22 14:21:34 +10:00
parent f4a849bbac
commit ddf0133da5

View File

@@ -33,6 +33,5 @@
# Optionally start in background directly # Optionally start in background directly
startInBackground = true; startInBackground = true;
}; };
programs.firefox.enable = true;
} }