add aerothemeplasma
This commit is contained in:
parent
a381fd79a9
commit
9705e9f47c
7 changed files with 102 additions and 251 deletions
|
|
@ -118,10 +118,23 @@
|
|||
];
|
||||
};
|
||||
|
||||
aerothemeplasma = {
|
||||
enable = true;
|
||||
plasma.enable = true;
|
||||
fonts.enable = false;
|
||||
plymouth.enable = false;
|
||||
sddm.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
# displayManager = {
|
||||
# gdm.enable = true;
|
||||
# defaultSession = "niri";
|
||||
# };
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager = {
|
||||
gdm.enable = true;
|
||||
defaultSession = "niri";
|
||||
sddm.enable = true;
|
||||
defaultSession = "aerothemeplasma";
|
||||
};
|
||||
|
||||
libinput.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue