dustbowl: update linux kernel version + rm unneeded packages

This commit is contained in:
joachimschmidt557 2026-05-03 13:45:02 +02:00
parent c68dffddf3
commit ffb1939934
Signed by: joachim
GPG key ID: 7D3583F6672612FC

View file

@ -42,7 +42,7 @@
];
# Kernel version
boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_18;
# Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true;
@ -165,6 +165,7 @@
environment.systemPackages = with pkgs; [
ntfs3g
man-pages
# CLI utilities
file
@ -206,7 +207,6 @@
# Services
syncthing
nextcloud-client
mpd
# GTK theme
@ -247,7 +247,6 @@
signal-desktop
element-desktop
wasistlos
# fluffychat # FIXME insecure, see https://github.com/NixOS/nixpkgs/pull/334638#issuecomment-2289025802
(callPackage ./posy-cursor-black.nix { })
];