diff --git a/.zshrc b/.zshrc index 8989aa6..e02d88f 100644 --- a/.zshrc +++ b/.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 diff --git a/configuration.nix b/configuration.nix index 3664bf8..e451cb2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";