Remove unused stuff
This commit is contained in:
parent
6cab6c0bf1
commit
db480ac857
1 changed files with 0 additions and 80 deletions
|
@ -74,93 +74,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# programs.zsh = {
|
|
||||||
# enable = false; # Playing xswith fish at the moment
|
|
||||||
# enableAutosuggestions = true;
|
|
||||||
# enableCompletion = true;
|
|
||||||
# enableSyntaxHighlighting = true;
|
|
||||||
# enableVteIntegration = true;
|
|
||||||
# autocd = true;
|
|
||||||
# oh-my-zsh = {
|
|
||||||
# enable = true;
|
|
||||||
# plugins = [
|
|
||||||
# "ag"
|
|
||||||
# "cabal"
|
|
||||||
# "colored-man-pages"
|
|
||||||
# "colorize"
|
|
||||||
# "command-not-found"
|
|
||||||
# "fzf"
|
|
||||||
# "git"
|
|
||||||
# "nomad"
|
|
||||||
# "pass"
|
|
||||||
# "python"
|
|
||||||
# "sudo"
|
|
||||||
# "terraform"
|
|
||||||
# "thefuck"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
# plugins = [
|
|
||||||
# {
|
|
||||||
# name = "fzf-tab";
|
|
||||||
# src = pkgs.fetchFromGitHub {
|
|
||||||
# owner = "Aloxaf";
|
|
||||||
# repo = "fzf-tab";
|
|
||||||
# rev = "c2b4aa5ad2532cca91f23908ac7f00efb7ff09c9";
|
|
||||||
# sha256 = "sha256-gvZp8P3quOtcy1Xtt1LAW1cfZ/zCtnAmnWqcwrKel6w=";
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
# {
|
|
||||||
# name = "fzf-tab";
|
|
||||||
# src = pkgs.fetchFromGitHub {
|
|
||||||
# owner = "Aloxaf";
|
|
||||||
# repo = "fzf-tab";
|
|
||||||
# rev = "c2b4aa5ad2532cca91f23908ac7f00efb7ff09c9";
|
|
||||||
# sha256 = "sha256-gvZp8P3quOtcy1Xtt1LAW1cfZ/zCtnAmnWqcwrKel6w=";
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
# {
|
|
||||||
# name = "fast-syntax-highlighting";
|
|
||||||
# src = pkgs.fetchFromGitHub {
|
|
||||||
# owner = "zdharma-continuum";
|
|
||||||
# repo = "fast-syntax-highlighting";
|
|
||||||
# rev = "13d7b4e63468307b6dcb2dadf6150818f242cbff";
|
|
||||||
# sha256 = "sha256-AmsexwVombgVmRvl4O9Kd/WbnVJHPTXETxBv18PDHz4=";
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# shellAliases = {
|
|
||||||
# "cat" = "bat";
|
|
||||||
# "em" = "TERM=wezterm emacsclient -nw";
|
|
||||||
# };
|
|
||||||
# loginExtra = "[[ -z $DISPLAY && $TTY = /dev/tty1 ]] && exec dbus-run-session Hyprland";
|
|
||||||
# envExtra = ''
|
|
||||||
# # [ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' # for Emacs TRAMP mode
|
|
||||||
# '';
|
|
||||||
# initExtra = ''
|
|
||||||
# export CACHIX_AUTH_TOKEN=$(cat ${age.secrets.cachix-personal-token.path})
|
|
||||||
|
|
||||||
# # Don't enable VIM emulation when in Emacs
|
|
||||||
# [[ -z $INSIDE_EMACS ]] && source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
|
||||||
|
|
||||||
# # When enabling starship, home-manager add an `initExtra` rule to disable it when in Emacs but not with VTerm,
|
|
||||||
# # since I use also `eat` besides `vterm` the following line is needed
|
|
||||||
# [[ "$INSIDE_EMACS" =~ "eat" ]] && eval "$(${config.home.profileDirectory}/bin/starship init zsh)"
|
|
||||||
# '';
|
|
||||||
# };
|
|
||||||
|
|
||||||
home.packages =
|
home.packages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
thefuck
|
thefuck
|
||||||
htop-vim
|
|
||||||
bottom
|
|
||||||
dig.dnsutils
|
dig.dnsutils
|
||||||
lsof
|
lsof
|
||||||
zsh-completions
|
|
||||||
nix-zsh-completions
|
|
||||||
comma
|
comma
|
||||||
carapace # used by nushell
|
|
||||||
neovim
|
|
||||||
]
|
]
|
||||||
++ (lib.optionals
|
++ (lib.optionals
|
||||||
(builtins.elem hostname [
|
(builtins.elem hostname [
|
||||||
|
|
Loading…
Add table
Reference in a new issue