diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-04-29 05:20:39 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-04-29 05:20:39 -0500 |
| commit | 137ed6c1739629188dafd17898bfe1e7ac947687 (patch) | |
| tree | 102fb4a1b144b041ddc44b7f52f845d8a48bb9c3 /modules/hosts | |
| parent | 84ab29e2e425dc8ab15c7e94d0428b6e784f28a9 (diff) | |
gnome on dragotha
Diffstat (limited to 'modules/hosts')
| -rw-r--r-- | modules/hosts/dragotha/dragotha.nix | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/modules/hosts/dragotha/dragotha.nix b/modules/hosts/dragotha/dragotha.nix index f2236a7..2108a72 100644 --- a/modules/hosts/dragotha/dragotha.nix +++ b/modules/hosts/dragotha/dragotha.nix @@ -35,8 +35,28 @@ services.automatic-timezoned.enable = true; - services.desktopManager.lomiri.enable = true; - services.displayManager.defaultSession = "lomiri"; + services.displayManager.gdm.enable = true; + services.desktopManager.gnome.enable = true; + + environment.variables = { + QT_QPA_PLATFORM = "wayland"; + _JAVA_AWT_WM_NONREPARENTING = "1"; + MOZ_USE_XINPUT2 = "1"; + }; + + environment.systemPackages = with pkgs; [ + xournalpp + rnote + logseq + gnome-tweaks + gnomeExtensions.screen-rotate + ]; + + hardware.sensor.iio.enable = true; + services.udev.extraHwdb = '' + sensor:modalias:acpi:BOSC0200*:dmi:*:svnMicrosoftCorporation:pnSurfaceGo3:* + ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 + ''; services.flatpak.enable = false; |
