re-enable steam and add rustup

This commit is contained in:
Noa Aarts 2024-03-04 20:10:49 +01:00
parent 917a71b69a
commit 7075421ac1
2 changed files with 2 additions and 1 deletions

View file

@ -120,7 +120,7 @@
# enableSSHSupport = true; # enableSSHSupport = true;
# }; # };
programs.zsh.enable = true; programs.zsh.enable = true;
# programs.steam.enable = true; programs.steam.enable = true;
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;

View file

@ -52,6 +52,7 @@
# Programming langs # Programming langs
go go
nodejs nodejs
rustup
]; ];