Merge remote-tracking branch 'origin/nixos' into nixos
This commit is contained in:
commit
596ec0e81d
10 changed files with 139 additions and 445 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue