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
}
profile {
time = 24:00
temperature = 1500
gamma = 0.7
}
profile {
time = 6:00
identity = true

View file

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