Disable SDDM theme
This commit is contained in:
parent
fc94d1042c
commit
c9fb1a04f2
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue