new theme for sddm
This commit is contained in:
parent
49d9f8a130
commit
d2692a154a
2 changed files with 6 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue