change steam program setup + neofetch

This commit is contained in:
Benjamin Palko 2024-07-11 09:54:34 -04:00
parent b6653a4252
commit 81f83d85dc
2 changed files with 13 additions and 2 deletions

6
.zshrc
View file

@ -12,4 +12,10 @@ autoload -Uz compinit
compinit
# End of lines added by compinstall
alias rebuild="sudo nixos-rebuild switch"
alias dotfiles="~/dotfiles/"
alias nv="nvim"
eval "$(starship init zsh)"
neofetch

View file

@ -69,8 +69,6 @@
spotify
# Shell
starship
# YOLOOOOOOOOOO
steam
# Git
git
gh
@ -98,6 +96,7 @@
wget
inotify-tools
killall
neofetch
# Hyprland
hypridle
hyprlock
@ -139,6 +138,12 @@
zsh.enable = true;
hyprland.enable = true;
thunar.enable = true;
steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
};
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";