mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: added sddm theme
This commit is contained in:
parent
0fd3017e2a
commit
5306278c2e
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ in
|
|||
sddm = {
|
||||
enable = true;
|
||||
enableHidpi = true;
|
||||
theme = "catppuccin-mocha";
|
||||
theme = "catppuccin-macchiato";
|
||||
};
|
||||
};
|
||||
};
|
||||
environment = {
|
||||
systemPackages = [
|
||||
(pkgs.catppuccin-sddm.override {
|
||||
flavor = "mocha";
|
||||
flavor = "macchiato";
|
||||
font = "${fonts.names.name0}";
|
||||
fontSize = "${toString fonts.sizes.desktop.size0}";
|
||||
loginBackground = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue