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
|
compinit
|
||||||
# End of lines added by compinstall
|
# End of lines added by compinstall
|
||||||
|
|
||||||
|
alias rebuild="sudo nixos-rebuild switch"
|
||||||
|
alias dotfiles="~/dotfiles/"
|
||||||
|
alias nv="nvim"
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
neofetch
|
||||||
|
|
|
||||||
|
|
@ -69,8 +69,6 @@
|
||||||
spotify
|
spotify
|
||||||
# Shell
|
# Shell
|
||||||
starship
|
starship
|
||||||
# YOLOOOOOOOOOO
|
|
||||||
steam
|
|
||||||
# Git
|
# Git
|
||||||
git
|
git
|
||||||
gh
|
gh
|
||||||
|
|
@ -98,6 +96,7 @@
|
||||||
wget
|
wget
|
||||||
inotify-tools
|
inotify-tools
|
||||||
killall
|
killall
|
||||||
|
neofetch
|
||||||
# Hyprland
|
# Hyprland
|
||||||
hypridle
|
hypridle
|
||||||
hyprlock
|
hyprlock
|
||||||
|
|
@ -139,6 +138,12 @@
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
hyprland.enable = true;
|
hyprland.enable = true;
|
||||||
thunar.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";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue