renamed plasma6 option

This commit is contained in:
William 2024-04-16 11:17:29 -03:00
parent ded7c12169
commit 1903d41ce3

View file

@ -13,6 +13,7 @@ in {
drivers = with pkgs; [ epson-escpr ];
};
udev.packages = with pkgs; [ platformio openocd yubikey-personalization ];
desktopManager.plasma6.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
@ -30,7 +31,6 @@ in {
exportConfiguration = true;
excludePackages = (with pkgs; [ xterm ]);
displayManager.startx.enable = true;
desktopManager.plasma6.enable = true;
};
greetd = {
enable = true;