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:
@@ -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;
|
||||
|
||||
@@ -19,5 +19,6 @@ _: {
|
||||
# biome
|
||||
# ];
|
||||
};
|
||||
evolution.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
calendarSupport = true;
|
||||
};
|
||||
systemd.enable = true;
|
||||
settings.settingsVersion = lib.mkForce 46;
|
||||
# settings.settingsVersion = lib.mkForce 46;
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
hyprlandConfigPath = "~/.config/hypr/hyprland.conf";
|
||||
modKeyVariable = "SUPER";
|
||||
windowHeight = 850;
|
||||
windowWidth = 1400;
|
||||
windowWidth = 1100;
|
||||
columnCount = 2;
|
||||
autoHeight = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user