upgrade to NixOS 22.11

- switch nix config to generator
- temporarily disable subsurface due to insecure qtwebkit dependency
- disable tlp (but keep config) to try out power-profile daemon instead
- bump nixos-hardware revision
This commit is contained in:
Trolli Schmittlauch 2022-12-02 20:00:39 +01:00
parent c3746fceeb
commit 143d9fc8d1
3 changed files with 19 additions and 12 deletions

View file

@ -43,7 +43,13 @@ let
gpx-viewer
gpxsee
cawbird
subsurface
#(subsurface.overrideAttrs (oldAttrs: {
# patches = (if (oldAttrs ? "patches") then oldAttrs.patches else []) ++ [
# pkgs.fetchpatch {
# url = "https://github.com/subsurface/subsurface/commit/944165ea06e2f5edb70d64ce9a0bae4ab21017ba.patch";
# hash = "1111111111111111111111111111111111111111111111111111";
# }];
# }))
yate
# split and merge PDFs in a GUI
pdfarranger