Compare commits

..

No commits in common. "a1594f561d926becc3aefff8b7730eca10005627" and "cc59825b9e669df54ff748323a7fc5d8acfb5fdc" have entirely different histories.

2 changed files with 24 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }: { { pkgs, ... }: {
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
themePackages = with pkgs; [ (adi1090x-plymouth-themes.override { selected_themes = [ "owl" ];}) ]; themePackages = with pkgs; [ adi1090x-plymouth-themes ];
theme = lib.mkForce "owl"; theme = "owl";
}; };
} }

View file

@ -126,8 +126,6 @@
kate kate
cifs-utils cifs-utils
tio tio
p7zip
rar
]; ];
persistence."/persist" = { persistence."/persist" = {
hideMounts = true; hideMounts = true;
@ -204,7 +202,27 @@
stylix = { stylix = {
image = image =
"${pkgs.kdePackages.breeze}/share/wallpapers/Next/contents/images_dark/2560x1440.png"; "${pkgs.kdePackages.breeze}/share/wallpapers/Next/contents/images_dark/2560x1440.png";
base16Scheme = "${pkgs.base16-schemes}/share/themes/solarflare.yaml"; base16Scheme = {
#attrSet until the new yaml is supported
scheme = "Solar Flare";
author = "Chuck Harmston (https://chuck.harmston.ch)";
base00 = "18262F";
base01 = "222E38";
base02 = "586875";
base03 = "667581";
base04 = "85939E";
base05 = "A6AFB8";
base06 = "E8E9ED";
base07 = "F5F7FA";
base08 = "EF5253";
base09 = "E66B2B";
base0A = "E4B51C";
base0B = "7CC844";
base0C = "52CBB0";
base0D = "33B5E1";
base0E = "A363D5";
base0F = "D73C9A";
};
fonts = { fonts = {
serif = { serif = {
package = pkgs.noto-fonts; package = pkgs.noto-fonts;