enables starship

This commit is contained in:
kenji
2025-08-13 08:14:24 -05:00
parent fac71ff78d
commit f040c4b610
4 changed files with 17 additions and 15 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
};
plymouth = {
enable = true;
enable = false;
theme = "seal";
themePackages = with pkgs; [
(adi1090x-plymouth-themes.override {
@@ -35,8 +35,8 @@
kernelPackages = pkgs.linuxPackages_cachyos;
kernelParams = [
"quiet"
"splash"
# "quiet"
# "splash"
"boot.shell_on_fail"
"udev.log_priority=3"
"rd.systemd.show_status=auto"