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

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;
};
}

View File

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

View File

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