remove custom gamescope & bottles

This commit is contained in:
Sean Kovacs 2026-03-16 17:07:56 -04:00
commit 3b73c0011a
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 0 additions and 36 deletions

View file

@ -8,7 +8,6 @@
environment.systemPackages = with pkgs; [
ddcutil
mangohud
(bottles.override { removeWarningPopup = true; })
openrgb
];
@ -71,11 +70,6 @@
virtualisation.hypervGuest.enable = true;
boot.blacklistedKernelModules = [ "hyperv_fb" ];
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"riscv64-linux"
];
# i don't even remember what this does or why i added it
systemd.tmpfiles.rules = [
"L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware"