diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 19:48:38 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 19:48:38 +0700 |
| commit | cff582713c75a7edf34544a3454df97780ccfb73 (patch) | |
| tree | 8d2f10ad0355c2a69d21b22224a468191230f337 /nixos/modules/features/drag-n-drop/default.nix | |
| parent | 4835f660f9435fa64336daaaae1ea3cab1dfbee6 (diff) | |
drag-n-drop
Diffstat (limited to 'nixos/modules/features/drag-n-drop/default.nix')
| -rw-r--r-- | nixos/modules/features/drag-n-drop/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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; +} |
