hyprland: sddm theme attempt
This commit is contained in:
parent
19f1cb7780
commit
57ed9cb7da
1 changed files with 9 additions and 1 deletions
|
@ -17,7 +17,15 @@ in
|
|||
sddm = {
|
||||
enable = lib.mkDefault true;
|
||||
wayland.enable = lib.mkDefault true;
|
||||
theme = pkgs.sddm-astronaut.override { embeddedTheme = "pixel_sakura"; };
|
||||
theme = "sddm-astronaut-theme";
|
||||
package = pkgs.kdePackages.sddm;
|
||||
extraPackages = [
|
||||
(pkgs.sddm-astronaut.override { embeddedTheme = "pixel_sakura"; })
|
||||
] ++ (with pkgs.kdePackages; [
|
||||
qtsvg
|
||||
qtvirtualkeyboard
|
||||
qtmultimedia
|
||||
]);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue