diff --git a/config/noctalia/settings.json b/config/noctalia/settings.json index ccf7173..9d9f429 100644 --- a/config/noctalia/settings.json +++ b/config/noctalia/settings.json @@ -433,7 +433,7 @@ "showScreenCorners": false, "showSessionButtonsOnLockScreen": false, "smoothScrollEnabled": true, - "telemetryEnabled": false + "telemetryEnabled": true }, "hooks": { "colorGeneration": "", diff --git a/hosts/fractalus/home.nix b/hosts/fractalus/home.nix index 0445558..c81ee7a 100644 --- a/hosts/fractalus/home.nix +++ b/hosts/fractalus/home.nix @@ -6,6 +6,7 @@ home.sessionVariables = { NIXOS_OZONE_WL = "1"; + DISPLAY = ":0"; }; # ── Config files ─────────────────────────────────────────────────────────────