universedesktop: nvidia beta, new dwl, back to dwl

This commit is contained in:
2025-01-25 22:29:11 -05:00
parent 3304fba25b
commit ecf6a19a92
7 changed files with 35 additions and 28 deletions

View File

@@ -1,8 +1,12 @@
{ config, pkgs, lib, ... }: {
imports = [
./wayland.nix
./sddm.nix
#./sddm.nix
];
services.xserver.displayManager.lightdm.enable = true;
# nVidia is broken with 6.12 currently
boot.kernelPackages = pkgs.linuxPackages_6_11;
services.xserver.enable = true;
services.desktopManager.plasma6.enable = true;