diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-12 13:37:13 +0200 |
| commit | 15d50528cf86e93bad19f65f1e4b47af49e94d71 (patch) | |
| tree | caaa600a8f38df84dc269a3844d276393e90262c /home/mun/programs/zsh.nix | |
| parent | 72ee2b5a1e65ce804d6e1dcfd11aec06385594cc (diff) | |
Nuked everything
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 - ''; - }; -} |
