Fixes / changes

This commit is contained in:
Henry Hiles 2025-02-24 22:48:59 +00:00
parent 08fd6e1334
commit 53a10e993b
6 changed files with 5 additions and 13 deletions

View file

@ -1 +0,0 @@
{environment.localBinInPath = true;}

View file

@ -1,6 +1,5 @@
{
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.sessionVariables.GSK_RENDERER = "ngl";
services.xserver = {
enable = true;

View file

@ -1,11 +0,0 @@
{
services.dnsproxy = {
enable = true;
settings.upstream = ["https://base.dns.mullvad.net/dns-query"];
};
environment.etc."resolv.conf".text = ''
nameserver 0.0.0.0
nameserver 1.1.1.1 # Backup Nameserver
'';
}

View file

@ -1,8 +1,4 @@
{
pkgs,
inputs,
...
}: {
{pkgs, ...}: {
programs.steam = {
enable = true;
extraCompatPackages = [pkgs.proton-ge-bin];