diff options
| author | seth <[email protected]> | 2023-03-11 23:41:55 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-11 23:41:55 -0500 |
| commit | 9747d74a3f5819f564d23c2fcbfd79bd50a8690b (patch) | |
| tree | d102833b3920bce2af31c5895ada64204723539d | |
| parent | aa2b604ce7f5b48b960763c88dc48b97de19087d (diff) | |
add nix-your-shell
| -rw-r--r-- | users/seth/programs/default.nix | 1 | ||||
| -rw-r--r-- | users/seth/shell/fish.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 79b1a69..7c9adf6 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -13,6 +13,7 @@ fd gh lld + nix-your-shell rclone restic ripgrep diff --git a/users/seth/shell/fish.nix b/users/seth/shell/fish.nix index 455a052..b1de18f 100644 --- a/users/seth/shell/fish.nix +++ b/users/seth/shell/fish.nix @@ -25,6 +25,7 @@ end fish_config theme choose "Catppuccin Mocha" direnv hook fish | source + nix-your-shell fish | source ''; plugins = [ { |
