aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-10-24 19:05:45 +0000
committeraethrvmn <me@aethrvmn.gr>2025-10-24 19:05:45 +0000
commit7ec982ed42595fbb84e1257f92b71a8071b18715 (patch)
tree895d398d282f439585614ad37c296bded48c5873 /modules
parentadded keybinds to dconf for cinnamon (diff)
added .portals for flatpaks(+wayland i guess?)
Diffstat (limited to 'modules')
-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.