fleshed out install script even further, adding ability to choose partition sizes and desktop/laptop configuration separately. Also re-enabled sddm
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
)
|
||||
];
|
||||
services.displayManager.sddm = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "catppuccin-mocha";
|
||||
package = pkgs.kdePackages.sddm;
|
||||
|
||||
Reference in New Issue
Block a user