diff options
author | azahi <azat@bahawi.net> | 2025-01-21 15:29:57 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2025-01-21 15:29:57 +0300 |
commit | 68d17e6b48dda3c45bdf5c83e341e51f7ec3a83e (patch) | |
tree | d0cbd887503b7912428037208a67fdf4fa4ae177 /modules/profiles/headful.nix | |
parent | 2025-01-14 (diff) |
2025-01-21
Diffstat (limited to '')
-rw-r--r-- | modules/profiles/headful.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index d7f1876..186d97d 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -126,8 +126,16 @@ in services = { fwupd.enable = true; + libinput.enable = true; + upower.enable = true; + + languagetool = { + enable = true; + port = 8081; + allowOrigin = "*"; + }; }; time.timeZone = "Europe/Moscow"; |