guttermonk
I did both - I have steam
and steam-run
in environment.systemPackages
and I have packages.steam.enable = true;
Here’s my hardware config:
hardware = {
bluetooth.enable = true; # enables support for Bluetooth
bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
opengl = {
enable = true;
extraPackages = with pkgs; [
intel-media-driver # LIBVA_DRIVER_NAME=iHD
intel-media-sdk
intel-vaapi-driver # For older processors. LIBVA_DRIVER_NAME=i965
vaapiIntel
vaapiVdpau
libvdpau-va-gl
];
};
pulseaudio = {
enable = true;
support32Bit = true;
extraConfig = "load-module module-combine-sink";
};
xpadneo.enable = true;
};
Apparently, I’m not the only one. https://discourse.nixos.org/t/help-running-stardew-valley-in-nixos/48574
How do you avoid those errors?
Some games don’t work, despite what ProtonDB says, such as Stardew Valley.
Honest quetion, how/where are drivers license photos saved? Is saving photos at the state level more or less secure than saving at the federal level? Also, the TSA supposedly just uses scans to speed up and more accurately verify, and claims not to save the scans (for now). If they wanted a database of everyone’s face scan, couldn’t they just subpoena every state’s DMV/tag-agency for license photos?
I navigated to my screenshot folder in terminal and opened an image using swayimg -r
but it wouldn’t let me navigate with n or p. I also tried going to my Pictures folder and used swayimg Screenshots/*
like this thread suggested, but still no luck.