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