Compare commits

..

No commits in common. "c4a4f8826e494c32ca7097054a47ee047abe6068" and "ecbdae641793f4390667aef782728fdefadcbbe1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
) )
(metric (metric
:label "󰋊" :label "󰋊"
:value {round((1 - (EWW_DISK["/persist"].free / EWW_DISK["/persist"].total)) * 100, 0)} :value {round((1 - (EWW_DISK["/"].free / EWW_DISK["/"].total)) * 100, 0)}
) )
(metric (metric
:label "" :label ""

View file

@ -21,7 +21,7 @@
programs.light.enable = true; programs.light.enable = true;
# impermanence # impermanence
fileSystems."/persist".neededForBoot = true; fileSystems."/persist".requiredForBoot = true;
# webcam # webcam
# hardware.firmware = [ # hardware.firmware = [