From 337003391f09d2f612e8af11ea463e35d547e70d Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 28 Dec 2022 17:05:05 -0500 Subject: [PATCH] feat: readd spotify / kde --- configuration.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 72c086b..228575f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,6 +68,9 @@ gdm.enable = true; gdm.wayland = true; }; + desktopManager = { + plasma5.enable = true; + }; }; }; @@ -111,8 +114,7 @@ neofetch bitwarden discord - spotify-tui - spotifyd + spotify mpv # coding @@ -147,6 +149,8 @@ wine lutris gamemode + gamescope + mangohud bottles osu-lazer prismlauncher @@ -258,10 +262,14 @@ nvidia = { powerManagement.enable = true; modesetting.enable = true; + package = config.boot.kernelPackages.nvidiaPackages.stable; }; - opengl.extraPackages = with pkgs; [ + opengl = { + enable = true; + extraPackages = with pkgs; [ nvidia-vaapi-driver ]; + }; }; nixpkgs.config.permittedInsecurePackages = [