diff --git a/nixosModules/gnome.nix b/nixosModules/gnome.nix index 9c31f62..7a6f920 100644 --- a/nixosModules/gnome.nix +++ b/nixosModules/gnome.nix @@ -26,6 +26,8 @@ excludePackages = [ pkgs.xterm ]; }; + displayManager.defaultSession = "gnome"; + gnome = { tinysparql.enable = false; localsearch.enable = false; diff --git a/nixosModules/quiet-boot.nix b/nixosModules/quiet-boot.nix index d9b59c8..8dbcd57 100644 --- a/nixosModules/quiet-boot.nix +++ b/nixosModules/quiet-boot.nix @@ -1,25 +1,11 @@ -{ pkgs, ... }: { boot = { kernelParams = [ "quiet" "udev.log_level=3" - "udev.log_priority=3" - "rd.systemd.show_status=auto" ]; consoleLogLevel = 0; - initrd = { - verbose = false; - systemd.enable = true; # required fpr graphical LUKS prompt - }; - plymouth = { - enable = true; - theme = "catppuccin-mocha"; - themePackages = [ - (pkgs.catppuccin-plymouth.override { - variant = "mocha"; - }) - ]; - }; + initrd.verbose = false; + plymouth.enable = true; }; } diff --git a/nixosModules/stylix.nix b/nixosModules/stylix.nix index 62bc062..6d5f97c 100644 --- a/nixosModules/stylix.nix +++ b/nixosModules/stylix.nix @@ -9,7 +9,6 @@ gtk.enable = false; gtksourceview.enable = false; fontconfig.enable = true; - plymouth.enable = false; }; fonts = { sansSerif = {