diff options
Diffstat (limited to 'home/mun/programs/zsh.nix')
| -rw-r--r-- | home/mun/programs/zsh.nix | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/home/mun/programs/zsh.nix b/home/mun/programs/zsh.nix deleted file mode 100644 index 816ea1b..0000000 --- a/home/mun/programs/zsh.nix +++ /dev/null @@ -1,32 +0,0 @@ -{...}: { - programs.zsh = { - enable = true; - syntaxHighlighting.enable = true; - - shellAliases = { - ll = "ls -l"; - rebuild = "sudo nixos-rebuild switch"; - edit = "sudo vi /etc/nixos/configuration.nix"; - }; - - history.size = 10000; - - oh-my-zsh = { - enable = true; - plugins = ["git"]; - theme = "simple"; - }; - - initContent = '' - fastfetch --config examples/9.jsonc - export GPG_TTY=$(tty) - SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket - ''; - }; - programs.bash = { - initExtra = '' - export GPG_TTY=$(tty) - SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket - ''; - }; -} |
