diff options
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 56cc186..b42b2b3 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -87,6 +87,12 @@ vimAlias = true; }; + xdg.portal = { + enable = true; + extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + config.common.default = "gtk"; + }; + virtualisation.docker.enable = true; programs.nix-index.enable = false; |
