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

30
flake.lock generated
View File

@@ -145,11 +145,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1770177820, "lastModified": 1770437015,
"narHash": "sha256-0iGDl/ct3rW+h6+sLq4RZaze/U/aQo2L5sLLuyjuVTk=", "narHash": "sha256-+FHN9EthS+kHxnMoSDZEiGLoxwiIuij6ltK3aTmlLMA=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "c7794d3f46304de5234008c31b5b28a9d5709184", "rev": "65d59f814068d04e532cad2773d281e4951acd95",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@@ -349,11 +349,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770164260, "lastModified": 1770491427,
"narHash": "sha256-mQgOAYWlVJyuyXjZN6yxqXWyODvQI5P/UZUCU7IOuYo=", "narHash": "sha256-8b+0vixdqGnIIcgsPhjdX7EGPdzcVQqYxF+ujjex654=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "4fda26500b4539e0a1e3afba9f0e1616bdad4f85", "rev": "cbd8a72e5fe6af19d40e2741dc440d9227836860",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -422,11 +422,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1770115704, "lastModified": 1770197578,
"narHash": "sha256-KHFT9UWOF2yRPlAnSXQJh6uVcgNcWlFqqiAZ7OVlHNc=", "narHash": "sha256-AYqlWrX09+HvGs8zM6ebZ1pwUqjkfpnv8mewYwAo+iM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e6eae2ee2110f3d31110d5c222cd395303343b08", "rev": "00c21e4c93d963c50d4c0c89bfa84ed6e0694df2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -474,11 +474,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770181584, "lastModified": 1770543184,
"narHash": "sha256-GUzDI/GGglZSshfG+Cf0Bz1xm5Qz5mt8RMRNdb+65zo=", "narHash": "sha256-2FFYjurrYjCAT6bpN2Fv63G6vDuWybB91uvqBjJfcWE=",
"owner": "noctalia-dev", "owner": "noctalia-dev",
"repo": "noctalia-shell", "repo": "noctalia-shell",
"rev": "eac8cf3fbf996f4db65d165f5fccc0fea1175f78", "rev": "bf1a0f76bb5ca48991d51130022af6bead64d153",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -611,11 +611,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1769978605, "lastModified": 1770504996,
"narHash": "sha256-Vjniae6HHJCb9xZLeUOP15aRQXSZuKeeaZFM+gRDCgo=", "narHash": "sha256-CjgGVXmYuEqx9rT4o1EKZVhacp6TuwZRicmaekkSvfE=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "ce22070ec5ce6169a6841da31baea33ce930ed38", "rev": "044ac0cc6d914f1dac22a728013bc3797f77cfab",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

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

View File

@@ -10,7 +10,7 @@
calendarSupport = true; calendarSupport = true;
}; };
systemd.enable = true; systemd.enable = true;
settings.settingsVersion = lib.mkForce 46; # settings.settingsVersion = lib.mkForce 46;
}; };
imports = [ imports = [

View File

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