nixos-23.05 #229

Merged
teutat3s merged 17 commits from nixos-23.05 into main 2023-06-28 17:31:27 +00:00
Showing only changes of commit a2733eee73 - Show all commits

View file

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