diff --git a/configuration.nix b/configuration.nix index df5bfef..e9bd760 100755 --- a/configuration.nix +++ b/configuration.nix @@ -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 = {