Update flake lock revisions and package settings

- Pin newer revisions for firefox‑addons, home‑manager, nixpkgs,
  noctalia‑shell and stylix.
- Enable Evolution in programs.
- Use Plex desktop override with QT_QPA_PLATFORM and comment out
  the plain version.
- Comment out settings.settingsVersion in noctalia config.
- Reduce plugin window width to 1100 and add columnCount = 2.
This commit is contained in:
2026-02-08 12:52:53 +01:00
parent 041be371e5
commit 45ed10b1ec
5 changed files with 21 additions and 19 deletions

View File

@@ -32,7 +32,8 @@
hyprlandConfigPath = "~/.config/hypr/hyprland.conf";
modKeyVariable = "SUPER";
windowHeight = 850;
windowWidth = 1400;
windowWidth = 1100;
columnCount = 2;
autoHeight = true;
};
};