minor tweaks
This commit is contained in:
parent
9b893a22ee
commit
b0a50c07dd
2 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue