diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 20:18:03 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 20:18:03 +0700 |
| commit | ea66121d095c9b4f43b814e320bdfecc6c22df0c (patch) | |
| tree | e9ce8e01905a452e0ae75c6557bbb55832579e7d /nixos/modules/features | |
| parent | cff582713c75a7edf34544a3454df97780ccfb73 (diff) | |
.
Diffstat (limited to 'nixos/modules/features')
| -rw-r--r-- | nixos/modules/features/drag-n-drop/default.nix | 2 |
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; } |
