summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-20 20:03:01 -0400
committertriethyl <triethylammonium@pm.me>2025-08-20 20:03:01 -0400
commitaa63ba907a1094f9e9c4ff7ed877bda275383c34 (patch)
treee8d04118de77bd32296c646ced8a09b0b837db58 /pkgs/default.nix
parent35bf3a338950be2eedcef539f2c1e147278f1766 (diff)
created dfmodsync package
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 32a1f6a..892b6a5 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -7,4 +7,5 @@
setup-manager = pkgs.callPackage ./setup-manager {};
custom-neovim = pkgs.callPackage ./custom-neovim {inherit inputs;};
old-custom-neovim = pkgs.callPackage ./old-custom-neovim {inherit inputs;};
+ dfmodsync = pkgs.callPackage ./dfmodsync.nix {};
}