From 1f7610974ed8bcd98a4c646039aad538d19b54a6 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 16 Nov 2024 12:36:47 +0100 Subject: home: Add shell-utils module I also moved pbv and trash from hosts/muhammed/home/dev-utils into the new module, since they aren't really development related; I would still want them on a Darwin system that *wasn't* being used for development. --- home/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home/default.nix') diff --git a/home/default.nix b/home/default.nix index 841f563..fde81b7 100644 --- a/home/default.nix +++ b/home/default.nix @@ -21,6 +21,7 @@ ./zsh ./git ./networking-utils + ./shell-utils ] ++ builtins.attrValues flakeOutputs.homeModules; -- cgit v1.2.3