remove outdated plasma, sddm
This commit is contained in:
parent
2e58988fff
commit
898b301fbc
2 changed files with 0 additions and 23 deletions
|
@ -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
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
config = {
|
|
||||||
services.xserver.displayManager.sddm.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue