summaryrefslogtreecommitdiff
path: root/nixos/modules/features/drag-n-drop
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-07-31 20:18:03 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-07-31 20:18:03 +0700
commitea66121d095c9b4f43b814e320bdfecc6c22df0c (patch)
treee9ce8e01905a452e0ae75c6557bbb55832579e7d /nixos/modules/features/drag-n-drop
parentcff582713c75a7edf34544a3454df97780ccfb73 (diff)
.
Diffstat (limited to 'nixos/modules/features/drag-n-drop')
-rw-r--r--nixos/modules/features/drag-n-drop/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/features/drag-n-drop/default.nix b/nixos/modules/features/drag-n-drop/default.nix
index 2c3eb63..7bf65ad 100644
--- a/nixos/modules/features/drag-n-drop/default.nix
+++ b/nixos/modules/features/drag-n-drop/default.nix
@@ -4,6 +4,8 @@
environment.systemPackages = with pkgs; [
yaziPlugins.drag
ripdrag
+ dragon-drop
];
programs.dconf.enable = true;
+ programs.yazi.enable = true;
}