Lengths
Some checks failed
/ check (push) Failing after 3m24s

This commit is contained in:
Daniel Flanagan 2024-11-03 14:48:41 -06:00
parent 30cddbdc37
commit e32f46fa20
2 changed files with 3 additions and 1 deletions

View file

@ -123,6 +123,8 @@
};
"mpris" = {
"format" = "{title}\nby {artist}";
"title-len" = 64;
"artist-len" = 61;
"justify" = "center";
};
"pulseaudio" = {

View file

@ -258,7 +258,7 @@ in
];
# findmnt -no UUID -T /swap/swapfile
boot.resumeDevice = "/dev/disk/by-uuid/81c3354a-f629-4b6b-a249-7705aeb9f0d5";
systemd.sleep.extraConfig = "HibernateDelaySec=11m";
# systemd.sleep.extraConfig = "HibernateDelaySec=180m";
services.fwupd.enable = true;
services.fwupd.extraRemotes = ["lvfs-testing"];
}