fix sddm cursors!!
This commit is contained in:
parent
214b76bcca
commit
c51078e515
2 changed files with 3 additions and 2 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue