diff options
author | azahi <azat@bahawi.net> | 2024-11-30 00:48:38 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-11-30 00:48:38 +0300 |
commit | a8129a3084163038029f520d631de2b740b1ea75 (patch) | |
tree | cd7ce1d60f8b64ef8648076ea27799049861301d /configurations/eonwe/default.nix | |
parent | 2024-11-17 (diff) |
2024-11-30
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; |