Update flake

This commit is contained in:
Invariantspace 2024-03-22 15:00:26 -07:00
parent 843b937056
commit 0a4549c9a8
3 changed files with 9 additions and 9 deletions

View file

@ -16,7 +16,7 @@ let usr = config.constants.userName; in {
haruna
joplin-desktop
lutris
nvtop-amd
nvtopPackages.amd
picard
qbittorrent
razergenie
@ -104,6 +104,7 @@ let usr = config.constants.userName; in {
services = {
colord.enable = true;
desktopManager.plasma6.enable = true;
xserver = {
enable = true;
displayManager = {
@ -114,7 +115,6 @@ let usr = config.constants.userName; in {
wayland.enable = true;
};
};
desktopManager.plasma6.enable = true;
videoDrivers = [ "amdgpu" ];
};
};

View file

@ -30,5 +30,5 @@ in
programs.steam.enable = true;
services.xserver.desktopManager.plasma6.enable = true;
services.desktopManager.plasma6.enable = true;
}