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 = [
(pkgs.where-is-my-sddm-theme.override ({
themeConfig = (import ./sddm.theme.nix { config = config; }).style;
variants = [ "qt5" ];
(pkgs.catppuccin-sddm.override ({
flavor = "mocha";
font = "Fira Code Nerd Font";
background = "${./sddm.wallpaper.png}";
loginBackground = true;
}))
];
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
theme = "where_is_my_sddm_theme_qt5";
theme = "catppuccin-mocha";
};
programs.niri = {