This commit is contained in:
alisceon 2026-03-06 15:09:04 +01:00
parent 769db9df6e
commit 8482d5dff3
8 changed files with 74 additions and 38 deletions

View file

@ -38,10 +38,6 @@
programs = {
dconf.enable = true;
steam = {
enable = true;
remotePlay.openFirewall = true;
};
}; # end programs
networking.firewall.allowedTCPPorts = [
@ -79,6 +75,7 @@
pkgs.via
pkgs.plymouth
pkgs.xorg.xhost
(pkgs.bottles.override { removeWarningPopup = true;})
]; # end systemPackages
sessionVariables.NIXOS_OZONE_WL = "1";
}; # end environment