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
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 24:00
|
||||
temperature = 1500
|
||||
gamma = 0.7
|
||||
}
|
||||
|
||||
profile {
|
||||
time = 6:00
|
||||
identity = true
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue