update to NixOS 23.11

This commit is contained in:
Pim Kunis 2023-12-03 13:35:17 +01:00
parent 3b9b7d3c01
commit 69cbed2ea9
5 changed files with 12 additions and 13 deletions

View file

@ -3,7 +3,6 @@
programs.bash = {
enable = true;
shellAliases = {
dig = "dog";
htop = "btop";
gp = "git push";
gco = "git checkout";