diff options
Diffstat (limited to 'configurations/eonwe/default.nix')
-rw-r--r-- | configurations/eonwe/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index 9fd4ba2..f1a56e6 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -152,6 +152,14 @@ with lib; }; services = { + displayManager = { + sddm.enable = lib.mkForce false; + ly = { + enable = true; + settings.animation = "matrix"; + }; + }; + languagetool = { enable = true; port = 8081; |