diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-05 14:02:34 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-05 14:02:34 +0530 |
| commit | 9b39ceeed85c109094daec75d4da071a654a71f7 (patch) | |
| tree | 2cbfec938c6862b9a5fc745ceac9ebcf1e1f4750 /machines/x/configuration.nix | |
| parent | 6bf11a2958cf297b5f9f64572a83c5cb34848406 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index 256e4d2..e2caa0e 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -38,6 +38,10 @@ xdg.portal.wlr.enable = true; xdg.portal.config.common.default = "*"; + environment.variables = { + XCURSOR_SIZE = "16"; + }; + networking.extraHosts = '' 127.0.0.1 download.labsmartlis.local |
