Update flake.lock dependencies
- Bump revisions and nar hashes for multiple inputs and add the new `noctalia-qs` input. - Change Anki configuration to use a profile‑specific sync username. - Set Battery widget displayMode to `graphic` instead of `alwaysShow`.
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
package = pkgs.anki;
|
||||
language = "pl_PL";
|
||||
style = "native";
|
||||
sync.username = username;
|
||||
profiles."${username}".sync.username = username;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
{
|
||||
id = "Battery";
|
||||
deviceNativePath = "__default__";
|
||||
displayMode = "alwaysShow";
|
||||
displayMode = "graphic";
|
||||
hideIfIdle = false;
|
||||
hideIfNotDetected = true;
|
||||
showNoctaliaPerformance = true;
|
||||
|
||||
Reference in New Issue
Block a user