parent
30cddbdc37
commit
e32f46fa20
2 changed files with 3 additions and 1 deletions
|
@ -123,6 +123,8 @@
|
||||||
};
|
};
|
||||||
"mpris" = {
|
"mpris" = {
|
||||||
"format" = "{title}\nby {artist}";
|
"format" = "{title}\nby {artist}";
|
||||||
|
"title-len" = 64;
|
||||||
|
"artist-len" = 61;
|
||||||
"justify" = "center";
|
"justify" = "center";
|
||||||
};
|
};
|
||||||
"pulseaudio" = {
|
"pulseaudio" = {
|
||||||
|
|
|
@ -258,7 +258,7 @@ in
|
||||||
];
|
];
|
||||||
# findmnt -no UUID -T /swap/swapfile
|
# findmnt -no UUID -T /swap/swapfile
|
||||||
boot.resumeDevice = "/dev/disk/by-uuid/81c3354a-f629-4b6b-a249-7705aeb9f0d5";
|
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.enable = true;
|
||||||
services.fwupd.extraRemotes = ["lvfs-testing"];
|
services.fwupd.extraRemotes = ["lvfs-testing"];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue