aboutsummaryrefslogtreecommitdiffstats
path: root/system/services/xdg
diff options
context:
space:
mode:
Diffstat (limited to 'system/services/xdg')
-rw-r--r--system/services/xdg/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/services/xdg/default.nix b/system/services/xdg/default.nix
deleted file mode 100644
index 297928ce..00000000
--- a/system/services/xdg/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{pkgs, ...}: {
- xdg = {
- portal = {
- enable = true;
- # TODO: only enable the below, when on river (or wlr based compositor)
- wlr.enable = true;
- extraPortals = [pkgs.xdg-desktop-portal-wlr];
- };
- };
- # TODO: mime = {};
-}