This commit is contained in:
2025-03-01 12:49:33 -05:00
parent df2ccf9f9d
commit 7a715ae563
4 changed files with 59 additions and 55 deletions

View File

@@ -44,8 +44,6 @@ in
pbpaste = "${pkgs.wl-clipboard}/bin/wl-paste";
gcc-native = "${lib.getExe pkgs.gcc} -Q --help=target -mtune=native -march=native | ${lib.getExe pkgs.gnugrep} -E '^\\s+\-(mtune|march)=' | ${coreutils}/tr -d '[:blank:]'";
run-steam = "gamescope --backend sdl -W 2256 -H 1504 -f --steam -- steam -tenfoot -pipewire-dmabuf";
};
shellInit = ''