Add NixOS config for nachtigall #4

Merged
b12f merged 3 commits from nachtigall into main 2023-10-27 22:58:24 +00:00
Showing only changes of commit d935c946b5 - Show all commits

View file

@ -53,7 +53,6 @@
time.timeZone = "Etc/UTC";
environment = {
enableDebugInfo = true;
# just a couple of packages to make our lives easier
systemPackages = with pkgs; [ vim ];
};