KiaraGrouwstra / nix-config

my NixOS configuration
15 stars 1 forks source link

sddm themes #112

Closed KiaraGrouwstra closed 5 years ago

KiaraGrouwstra commented 5 years ago

default:

      services.xserver.displayManager.sddm = {
        theme = mkDefault "breeze";
};

as per https://github.com/NixOS/nixpkgs/issues/34027 I may need mkForce as mkDefault lowers priority.

making a theme: https://github.com/NixOS/nixpkgs/blob/4249dc2fe73e3d414c3c1d8f3005c2a0a7e1ae24/nixos/tests/plasma5.nix

pretty sddm themes:

systemsettings5 -> Splash Screen Theme -> Get New Theme sometimes gives me:

unknown open collaboration api error

I don't see sddm themes in ls ~/.local/share/sddm/.

KiaraGrouwstra commented 5 years ago

don't care, not on KDE now