aboutsummaryrefslogtreecommitdiff
path: root/modules/client
diff options
context:
space:
mode:
Diffstat (limited to 'modules/client')
-rw-r--r--modules/client/cinnamon/default.nix15
1 files changed, 13 insertions, 2 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix
index 34fa8bd..f769d12 100644
--- a/modules/client/cinnamon/default.nix
+++ b/modules/client/cinnamon/default.nix
@@ -1,8 +1,9 @@
+{ pkgs, ... }:
{
imports = [
../xserver
];
-
+
services = {
xserver = {
enable = true;
@@ -16,8 +17,18 @@
};
};
## Just in case this isn't automatically enabled
- # cinnamon.apps.enable = true
+ # cinnamon.apps.enable = true;
+ };
+
+ xdg.portal = {
+ enable = true;
+
+ extraPortals = with pkgs; [
+ xdg-desktop-portal-gtk
+ xdg-desktop-portal-wlr
+ ];
};
+ # Exclude specific packages
environment.cinnamon.excludePackages = [ ];
}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.