summaryrefslogtreecommitdiff
path: root/module.nix
diff options
context:
space:
mode:
authorbee <beebeeb5k@gmail.com>2026-05-07 15:15:02 +0530
committerbee <beebeeb5k@gmail.com>2026-05-07 15:15:02 +0530
commit705da11cb6f3667ca5bccc4dd5b4175370b860a0 (patch)
treef0b4504471084de7ce205b02ced2f318f33e105a /module.nix
parent1cdfedc4284cad70075f119e2bf3de0b017bef42 (diff)
the way i like it
Diffstat (limited to 'module.nix')
-rw-r--r--module.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/module.nix b/module.nix
index 3f49271..56ca58d 100644
--- a/module.nix
+++ b/module.nix
@@ -127,9 +127,6 @@ inputs:
after = [ "lze" ];
# note we didn't have to specify the `lze` specs name, because it was a top level spec
extraPackages = with pkgs; [
- wl-clipboard
- xclip
- xsel
tree-sitter
];
# this `lazy = true` definition will transfer to specs in the contained DAL, if there is one.