mirror of
https://github.com/zoriya/flake.git
synced 2026-06-02 10:45:59 +00:00
Setup mosh
This commit is contained in:
@@ -37,3 +37,5 @@ flakify()
|
||||
(whence -w run-help | grep -q alias) && unalias run-help
|
||||
autoload run-help
|
||||
|
||||
# Allow customization per client.
|
||||
[[ -f ~/.config/zsh/custom.zsh ]] && source ~/.config/zsh/custom.zsh
|
||||
|
||||
@@ -24,11 +24,18 @@ in {
|
||||
ncdu
|
||||
ripgrep
|
||||
psmisc
|
||||
atuin
|
||||
fzf
|
||||
nix-your-shell
|
||||
mosh
|
||||
];
|
||||
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
update_check = false;
|
||||
};
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config.theme = "base16";
|
||||
|
||||
@@ -52,13 +52,16 @@ in {
|
||||
".local/share/flatpak"
|
||||
".cache/flatpak"
|
||||
".local/share/atuin"
|
||||
# Cache for sessions (keep website logged in, plugin downloaded...)
|
||||
".config/google-chrome"
|
||||
".config/discord"
|
||||
# Don't reinstall plugins on reboot
|
||||
".local/share/nvim"
|
||||
".local/state/nvim"
|
||||
];
|
||||
files = [ ];
|
||||
files = [
|
||||
".config/zsh/custom.zsh"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user