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:
2026-03-03 13:14:16 +01:00
parent 4ef866927d
commit 3e6c55ebcb
3 changed files with 43 additions and 21 deletions

View File

@@ -12,6 +12,6 @@
package = pkgs.anki;
language = "pl_PL";
style = "native";
sync.username = username;
profiles."${username}".sync.username = username;
};
}

View File

@@ -34,7 +34,7 @@
{
id = "Battery";
deviceNativePath = "__default__";
displayMode = "alwaysShow";
displayMode = "graphic";
hideIfIdle = false;
hideIfNotDetected = true;
showNoctaliaPerformance = true;