added plasma for testing purposes, updated flake

seriously plasma is SO buggy the way i have it set up i just wanted to
check if an issue was with hyprland or wayland in general, and it
appears to be wayland lmao
This commit is contained in:
Gabriella Bere 2025-07-15 01:40:16 +01:00
parent 77c8c56a4b
commit fb367166a5
8 changed files with 349 additions and 34 deletions

View file

@ -85,6 +85,9 @@
# Enable the Hyprland WM functionality for NixOS (xdg portals etc.)
programs.hyprland.enable = true;
# Enable plasma 6
services.desktopManager.plasma6.enable = true;
# Enable fwupd for BIOS updates
services.fwupd.enable = true;