feat: bump Plasma 6, add bad Wi-Fi, tweak packages 📌

This commit is contained in:
DannyDannyDanny 2025-08-17 20:40:54 +02:00
parent 14bdd2db85
commit 1568654f0d

View file

@ -46,7 +46,7 @@
# Enable the KDE Plasma Desktop Environment. # Enable the KDE Plasma Desktop Environment.
services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true; services.desktopManager.plasma6.enable = true;
# Configure keymap in X11 # Configure keymap in X11
services.xserver = { services.xserver = {
@ -95,9 +95,10 @@
# TODO: use home manager to define user packages # TODO: use home manager to define user packages
packages = with pkgs; [ packages = with pkgs; [
vlc # video player vlc # video player
kate # editor # kate # editor
ripgrep # faster grep ripgrep # faster grep
nextcloud-client # private cloud nextcloud-client # private cloud
# digikam # photo / video management
# thunderbird # bloat # thunderbird # bloat
]; ];
}; };
@ -113,6 +114,11 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"broadcom-sta-6.30.223.271-57-6.12.40"
];
boot.kernelModules = [ "wl" ];
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
@ -142,8 +148,8 @@
# gimp # bloat image editing # gimp # bloat image editing
# blender # bloat 3D modelling # blender # bloat 3D modelling
# inkscape # bloat vecor graphics / drawing # inkscape # bloat vector graphics / drawing
# kdenlive # bloat video editor kdePackages.kdenlive # bloat video editor
# desktop applications # desktop applications
thunderbird # email / calendar thunderbird # email / calendar