Disable systemd-boot for mobile installation
This commit is contained in:
parent
e105184ce6
commit
cfa28e8dd2
2 changed files with 5 additions and 5 deletions
|
|
@ -2,12 +2,12 @@
|
|||
{
|
||||
home.packages = [ pkgs.wob ];
|
||||
|
||||
xdg.configFile = rec {
|
||||
xdg.configFile = {
|
||||
"wob/volume.ini".text = "";
|
||||
|
||||
"wob/brightness.ini".text = "wob/volume.ini".text + ''
|
||||
"wob/brightness.ini".text = config.xdg.configFile."wob/volume.ini".text + ''
|
||||
border_color = #FFFF00FF
|
||||
bar_color = #FFFF00FF
|
||||
'';
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue