From c51078e515a4c85e5f20c2c9daa63e1f4a0638be Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 15 May 2024 22:34:15 -0700 Subject: [PATCH] fix sddm cursors!! --- README.md | 3 +-- modules/desktop/sddm.nix | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e51ac9a..ed400b6 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ each host should have these files: - multi architecture configuration ([nix-systems](https://github.com/nix-systems/nix-systems)?) - bitwarden - divide steam and gamemode? - - laptop specific configuration (power profiles daemon, battery, etc) - - sddm cursors no work :( + - cursor size theme option - sddm x11 support, too. or maybe just remove x11 - gnome keyring / gcr for saving passwords \ No newline at end of file diff --git a/modules/desktop/sddm.nix b/modules/desktop/sddm.nix index 69efeea..7e90a0d 100644 --- a/modules/desktop/sddm.nix +++ b/modules/desktop/sddm.nix @@ -9,8 +9,10 @@ in { }; config = mkIf cfg.enable { + # unsure if it's correct to put this in `environment.systemPackages` environment.systemPackages = with pkgs; [ config.modules.desktop.themes.sddmTheme.package + config.modules.desktop.themes.cursorTheme.package libsForQt5.qt5.qtsvg libsForQt5.qt5.qtgraphicaleffects libsForQt5.qt5.qtquickcontrols2