Update flake
This commit is contained in:
parent
843b937056
commit
0a4549c9a8
3 changed files with 9 additions and 9 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -30,5 +30,5 @@ in
|
|||
|
||||
programs.steam.enable = true;
|
||||
|
||||
services.xserver.desktopManager.plasma6.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue