diff options
author | Linnnus <[email protected]> | 2024-11-16 12:36:47 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-11-16 12:36:47 +0100 |
commit | 1f7610974ed8bcd98a4c646039aad538d19b54a6 (patch) | |
tree | 634e939c87353532c5abea1d382edba95b9b6f6d /home/default.nix | |
parent | ef73ba2355fb5e48a1921c656f1b8e2106700b61 (diff) |
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.
Diffstat (limited to 'home/default.nix')
-rw-r--r-- | home/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; |