diff options
Diffstat (limited to 'machines')
| -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 | 
