mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add sddm catppuccin theme
This commit is contained in:
parent
b9fc0c7318
commit
75c9f4cf69
1 changed files with 3 additions and 2 deletions
|
@ -63,7 +63,8 @@
|
|||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
theme = "catppuccin-macchiato";
|
||||
theme = "catppuccin-mocha";
|
||||
package = pkgs.kdePackages.sddm;
|
||||
};
|
||||
# services.desktopManager.plasma6.enable = true;
|
||||
|
||||
|
@ -130,7 +131,7 @@
|
|||
gnupg
|
||||
openssh
|
||||
python3
|
||||
catppuccin-sddm
|
||||
(pkgs.catppuccin-sddm.override { flavor = "mocha"; })
|
||||
];
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
|
|
Loading…
Reference in a new issue