renamed plasma6 option
This commit is contained in:
parent
ded7c12169
commit
1903d41ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ in {
|
||||||
drivers = with pkgs; [ epson-escpr ];
|
drivers = with pkgs; [ epson-escpr ];
|
||||||
};
|
};
|
||||||
udev.packages = with pkgs; [ platformio openocd yubikey-personalization ];
|
udev.packages = with pkgs; [ platformio openocd yubikey-personalization ];
|
||||||
|
desktopManager.plasma6.enable = true;
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
@ -30,7 +31,6 @@ in {
|
||||||
exportConfiguration = true;
|
exportConfiguration = true;
|
||||||
excludePackages = (with pkgs; [ xterm ]);
|
excludePackages = (with pkgs; [ xterm ]);
|
||||||
displayManager.startx.enable = true;
|
displayManager.startx.enable = true;
|
||||||
desktopManager.plasma6.enable = true;
|
|
||||||
};
|
};
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue