diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-04 10:06:11 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-04 10:06:11 +0530 | 
| commit | 53a39bc6f60b8d19964a64583fbf10088b7c8d20 (patch) | |
| tree | 48fbaf3ed1cf3450a570d373a95fb23db88636d2 /modules/wm_utils.nix | |
| parent | b13a66ee6f5c5bad7425a2cdbb64ddb4267bcf9a (diff) | |
(update): dwl, vm config
Diffstat (limited to 'modules/wm_utils.nix')
| -rw-r--r-- | modules/wm_utils.nix | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/modules/wm_utils.nix b/modules/wm_utils.nix index c61bba4..da5c672 100644 --- a/modules/wm_utils.nix +++ b/modules/wm_utils.nix @@ -22,5 +22,9 @@    xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal ];    xdg.portal.config.common.default = "wlr"; +  environment.variables = { +    XCURSOR_SIZE = "16"; +  }; +    services.dbus.enable = true;  } | 
