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

@@ -35,8 +35,8 @@
eyeOfGnome = eog;
kdenlive = kdePackages.kdenlive;
plex = [
# (plex-desktop.override {extraEnv = {QT_QPA_PLATFORM = "xcb";};})
plex-desktop
(plex-desktop.override {extraEnv = {QT_QPA_PLATFORM = "xcb";};})
# plex-desktop
plexamp
];
freetube = freetube;

View File

@@ -19,5 +19,6 @@ _: {
# biome
# ];
};
evolution.enable = true;
};
}