separate plasma from sddm
This commit is contained in:
parent
d568de464e
commit
f19ae43a40
4 changed files with 17 additions and 14 deletions
|
@ -1,14 +1,5 @@
|
|||
{ pkgs, lib, config, ... }: lib.mkIf (config.withPlasma) {
|
||||
services = {
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
theme = "where_is_my_sddm_theme";
|
||||
};
|
||||
|
||||
desktopManager.plasma6 = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -20,8 +11,6 @@
|
|||
konsole
|
||||
oxygen
|
||||
];
|
||||
|
||||
systemPackages = [ (pkgs.where-is-my-sddm-theme.override ({ themeConfig = builtins.readFile ./sddm-theme.conf; })) ];
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue