some small fixes

This commit is contained in:
Noa Aarts 2024-04-04 14:40:01 +02:00
parent 872eeda447
commit ea6ac4e31c
4 changed files with 476 additions and 34 deletions

View file

@ -18,13 +18,6 @@
utest = "sudo nixos-rebuild test --flake $HOME/nixos#default";
update = "sudo nixos-rebuild switch --flake $HOME/nixos#default";
};
initExtra = ''
nrun() {
NIXPKGS_ALLOW_UNFREE=1 nix run --impure "nixpkgs#$1"
}
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
'';
history = {
path = "${config.xdg.dataHome}/zsh/history";
size = 10000;