From cff582713c75a7edf34544a3454df97780ccfb73 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Fri, 31 Jul 2026 19:48:38 +0700 Subject: drag-n-drop --- nixos/modules/features/drag-n-drop/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nixos/modules/features/drag-n-drop/default.nix (limited to 'nixos/modules/features/drag-n-drop/default.nix') diff --git a/nixos/modules/features/drag-n-drop/default.nix b/nixos/modules/features/drag-n-drop/default.nix new file mode 100644 index 0000000..2c3eb63 --- /dev/null +++ b/nixos/modules/features/drag-n-drop/default.nix @@ -0,0 +1,9 @@ +{ configs, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + yaziPlugins.drag + ripdrag + ]; + programs.dconf.enable = true; +} -- cgit v1.2.3