Merge remote-tracking branch 'origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2023-08-14 08:49:02 +02:00
commit 596ec0e81d
10 changed files with 139 additions and 445 deletions

View file

@ -55,7 +55,7 @@ in
cat = "bat";
rm = "rm -i";
mv = "mv -i";
cd = "z";
cd = "__zoxide_z";
nixos-switch = nom-system-command "sudo nixos-rebuild switch --flake ~/.dotfiles";
nixos-boot = nom-system-command "sudo nixos-rebuild boot --flake ~/.dotfiles";
@ -167,7 +167,12 @@ in
"--bind alt-j:preview-down,alt-k:preview-up"
];
};
zoxide.enable = true;
zoxide = {
enable = true;
options = [
"--cmd c"
];
};
};
home = {
username = "moritz";