new theme for sddm

This commit is contained in:
twoneis 2024-10-13 17:05:13 +02:00
parent 49d9f8a130
commit d2692a154a
2 changed files with 6 additions and 4 deletions

View file

@ -18,16 +18,18 @@ in {
}; };
environment.systemPackages = [ environment.systemPackages = [
(pkgs.where-is-my-sddm-theme.override ({ (pkgs.catppuccin-sddm.override ({
themeConfig = (import ./sddm.theme.nix { config = config; }).style; flavor = "mocha";
variants = [ "qt5" ]; font = "Fira Code Nerd Font";
background = "${./sddm.wallpaper.png}";
loginBackground = true;
})) }))
]; ];
services.displayManager.sddm = { services.displayManager.sddm = {
enable = true; enable = true;
wayland.enable = true; wayland.enable = true;
theme = "where_is_my_sddm_theme_qt5"; theme = "catppuccin-mocha";
}; };
programs.niri = { programs.niri = {

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB