change steam program setup + neofetch
This commit is contained in:
parent
b6653a4252
commit
81f83d85dc
2 changed files with 13 additions and 2 deletions
6
.zshrc
6
.zshrc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue