Disable SDDM theme

This commit is contained in:
Filippo Berto 2025-03-12 10:09:07 +01:00
parent fc94d1042c
commit c9fb1a04f2
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -187,11 +187,11 @@
sessionVariables.LD_LIBRARY_PATH = lib.mkForce "${config.services.pipewire.package.jack}/lib"; # Temporary fix for WebKitGTK
systemPackages = builtins.attrValues {
inherit (pkgs)
tmux
helix
vim
git
helix
ntfs3g
tmux
vim
;
};
};
@ -207,7 +207,7 @@
services.displayManager.sddm = {
enable = true;
autoNumlock = true;
theme = "${pkgs.catppuccin-sddm}/usr/share/sddm/themes/catppuccin-mocha";
# theme = "${pkgs.catppuccin-sddm}/usr/share/sddm/themes/catppuccin-mocha";
};
# Enable the OpenSSH daemon.