summaryrefslogtreecommitdiff
path: root/nixos/modules/features
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features')
-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;
}