Update SDDM config
This commit is contained in:
parent
3b3f0e292a
commit
d6e8be2796
1 changed files with 12 additions and 1 deletions
|
@ -174,6 +174,8 @@
|
|||
neovim
|
||||
git
|
||||
jujutsu
|
||||
# SDDM Cursor theme
|
||||
vimix-cursors
|
||||
];
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
@ -212,7 +214,10 @@
|
|||
};
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
enableHidpi = true;
|
||||
package = lib.mkForce pkgs.libsForQt5.sddm;
|
||||
extraPackages = lib.mkForce [
|
||||
|
@ -220,6 +225,12 @@
|
|||
pkgs.libsForQt5.qt5.qtgraphicaleffects
|
||||
];
|
||||
|
||||
settings = {
|
||||
Theme = {
|
||||
CursorTheme = "Vimix-cursors";
|
||||
};
|
||||
};
|
||||
|
||||
sugarCandyNix = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue