diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:19:40 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:20:05 -0700 |
| commit | e6852f1cd8fd10c2f06b553f5626e3fc9bd99561 (patch) | |
| tree | 4fc304ff272fee18e14724f0456c63c593da0aa8 /users/fcuny/cli/default.nix | |
| parent | docs: add more documentation! (diff) | |
| download | infra-e6852f1cd8fd10c2f06b553f5626e3fc9bd99561.tar.gz | |
shell: switch from zsh to fish
why not ?
Diffstat (limited to '')
| -rw-r--r-- | users/fcuny/cli/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/cli/default.nix b/users/fcuny/cli/default.nix index 093686e..0a35288 100644 --- a/users/fcuny/cli/default.nix +++ b/users/fcuny/cli/default.nix @@ -2,7 +2,7 @@ { imports = - [ ./backups.nix ./git.nix ./ssh.nix ./tmux.nix ./yt-dlp.nix ./zsh.nix ]; + [ ./backups.nix ./git.nix ./ssh.nix ./tmux.nix ./yt-dlp.nix ./shell.nix ]; home.packages = [ pkgs.gcc pkgs.gnumake pkgs.jq pkgs.ripgrep ]; } |
