feat(sddm theme): set cursor theme

This commit is contained in:
matt1432 2023-10-03 13:20:18 -04:00
parent 1b27adb8d5
commit 33e83540ba

View file

@ -25,7 +25,8 @@
Wayland.CompositorCommand = "${pkgs.weston}/bin/weston --shell=fullscreen-shell.so"; Wayland.CompositorCommand = "${pkgs.weston}/bin/weston --shell=fullscreen-shell.so";
Theme = { Theme = {
Current = "Dracula"; Current = "Dracula";
ThemeDir = "${pkgs.dracula-theme}/share/sddm/themes"; CursorTheme = "Dracula-cursors";
CursorSize = 24;
}; };
}; };
}; };
@ -160,6 +161,11 @@
# List packages in root user PATH # List packages in root user PATH
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# for sddm
dracula-theme
plasma5Packages.plasma-framework
plasma5Packages.plasma-workspace
qemu qemu
wl-clipboard wl-clipboard
alsa-utils alsa-utils
@ -172,8 +178,6 @@
evtest evtest
plasma5Packages.kio-admin plasma5Packages.kio-admin
plasma5Packages.ksshaskpass plasma5Packages.ksshaskpass
plasma5Packages.plasma-framework
plasma5Packages.plasma-workspace
]; ];
fonts = { fonts = {