infra: update to nixos-23.05 #230

Merged
teutat3s merged 50 commits from infra-23.05 into infra 2023-07-02 12:59:05 +00:00
Showing only changes of commit a2733eee73 - Show all commits

View file

@ -30,6 +30,7 @@ in {
environment.shells = with pkgs; [
zsh
];
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [
screen