minor tweaks

This commit is contained in:
Xory 2026-01-04 01:06:14 +02:00
parent 9b893a22ee
commit b0a50c07dd
2 changed files with 2 additions and 8 deletions

View file

@ -11,12 +11,6 @@ profile {
gamma = 0.8 gamma = 0.8
} }
profile {
time = 24:00
temperature = 1500
gamma = 0.7
}
profile { profile {
time = 6:00 time = 6:00
identity = true identity = true

View file

@ -39,10 +39,10 @@
# Plymouth # Plymouth
boot.plymouth = { boot.plymouth = {
enable = true; enable = true;
theme = "lone"; theme = "square";
themePackages = with pkgs; [ themePackages = with pkgs; [
(adi1090x-plymouth-themes.override { (adi1090x-plymouth-themes.override {
selected_themes = [ "lone" ]; selected_themes = [ "square" ];
}) })
]; ];
}; };