SDDM Themes: Difference between revisions
Redlonghead (talk | contribs) Created documentation on how to theme SDDM with qt6 changing it slightly now. |
Redlonghead (talk | contribs) m fixed package name to be correct |
||
| Line 20: | Line 20: | ||
<syntaxhighlight lang="nixos">let | <syntaxhighlight lang="nixos">let | ||
custom-elegant-sddm = pkgs.elegant-sddm | custom-elegant-sddm = pkgs.elegant-sddm.override { | ||
themeConfig.General.background = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath}"; | themeConfig.General.background = "${pkgs.nixos-artwork.wallpapers.simple-dark-gray-bottom.gnomeFilePath}"; | ||
}; | }; | ||