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

This commit is contained in:
Moritz Böhme 2023-08-15 12:59:18 +02:00
commit c8857ea162
13 changed files with 278 additions and 446 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";

View file

@ -78,6 +78,7 @@ in
};
};
};
timers.enable = true;
wireguard.enable = true;
};
};