plasma: Add sddm-sugar-dark as a theme

This commit is contained in:
2022-07-13 20:19:53 +02:00
parent 4ffded8c0b
commit a27748f63b
4 changed files with 90 additions and 5 deletions

View File

@@ -75,7 +75,15 @@
zsh.enable = true;
direnv.enable = true;
office.enable = true;
plasma.enable = true;
plasma = {
enable = true;
sddm = {
backgroundImage = pkgs.fetchurl {
url = "https://cdn.donmai.us/original/d3/1b/__manjuu_prinz_eugen_roon_bismarck_friedrich_der_grosse_and_3_more_azur_lane_drawn_by_zaphn__d31bf4ac564d60f8787818842c369e7f.jpg";
sha256 = "sha256-likoJuEaGzGH0RqjPsBE9o5ATwgnOo97PREh3oZBax8=";
};
};
};
gaming.enable = true;
obs.enable = true;
};