diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c45484e..b4c7a99 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -57,9 +57,9 @@ stylix = { enable = true; - polarity = "light"; + polarity = "dark"; image = ./wallpaper.png; - base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-dawn.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml"; cursor = { package = pkgs.adwaita-icon-theme; name = "Adwaita"; @@ -133,11 +133,6 @@ plymouth = { enable = true; - theme = "rings"; - themePackages = with pkgs; - [ - (adi1090x-plymouth-themes.override { selected_themes = [ "rings" ]; }) - ]; }; consoleLogLevel = 0; diff --git a/hosts/laptop/wallpaper.png b/hosts/laptop/wallpaper.png index c728b52..e3290b6 100644 Binary files a/hosts/laptop/wallpaper.png and b/hosts/laptop/wallpaper.png differ