remove outdated plasma, sddm

This commit is contained in:
Wroclaw 2024-05-31 18:21:52 +02:00
parent 2e58988fff
commit 898b301fbc
2 changed files with 0 additions and 23 deletions

View file

@ -1,16 +0,0 @@
{lib, config, pkgs, ...}:
{
config = {
services.xserver.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
# environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.systemPackages = with pkgs; [
libsForQt5.plasma-browser-integration
translate-shell
pavucontrol
];
};
}

View file

@ -1,7 +0,0 @@
{ ... }:
{
config = {
services.xserver.displayManager.sddm.enable = true;
};
}