diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-04-11 19:01:54 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-04-11 19:01:54 -0500 |
| commit | 925d35ea45cefa26b8ee883202a29b0040d1f61b (patch) | |
| tree | d74edf118e82206479def68b9da43d71929f9218 /modules/hosts/dragotha | |
| parent | c18e866fda8372e2531ecaf7568d0c86bef94935 (diff) | |
update + dragotha lomiri
Diffstat (limited to 'modules/hosts/dragotha')
| -rw-r--r-- | modules/hosts/dragotha/dragotha.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/hosts/dragotha/dragotha.nix b/modules/hosts/dragotha/dragotha.nix index 64cad76..9cd518b 100644 --- a/modules/hosts/dragotha/dragotha.nix +++ b/modules/hosts/dragotha/dragotha.nix @@ -35,6 +35,9 @@ services.automatic-timezoned.enable = true; + services.desktopManager.lomiri.enable = true; + services.displayManager.defaultSession = "lomiri"; + services.kanata = { enable = true; keyboards.tkb = { |
