disko doesn't support bcachefs subvolumes yet
This commit is contained in:
parent
8d086ffcca
commit
d8ce8bddef
6 changed files with 61 additions and 56 deletions
|
|
@ -38,9 +38,10 @@ in {
|
|||
color = "gruvbox";
|
||||
flags = {
|
||||
battery =
|
||||
if lib.strings.hasPrefix "NOlaptop" (builtins.readFile /etc/hostname)
|
||||
then true
|
||||
else false;
|
||||
# if lib.strings.hasPrefix "NOlaptop" (builtins.readFile /etc/hostname)
|
||||
# then true
|
||||
# else false;
|
||||
true;
|
||||
hide_time = true;
|
||||
enable_gpu = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue