diff options
author | stuebinm | 2023-03-04 17:33:08 +0100 |
---|---|---|
committer | stuebinm | 2023-03-04 17:33:08 +0100 |
commit | 982f6a354fae14d3b696b4dabd67a68716a25dca (patch) | |
tree | deac741dcdeb050edc6b2fdadf12b46ea0b1eea4 | |
parent | bb702918cb74541687aa013c84fcf9749c039610 (diff) |
32 bit wine with opengl
unfortunately not wayland-wine, but with that anno doesn't work.
-rw-r--r-- | home/packages.nix | 1 | ||||
-rw-r--r-- | ilex/configuration.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/home/packages.nix b/home/packages.nix index 64bbf48..12b93a5 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -34,6 +34,7 @@ in # general cli utils extras.almanac libnotify grim slurp wl-clipboard extras.showrt extras.kijetesantakaluotokieni mpc_cli duf dufs progress hledger + wineWowPackages.full # graphical utils kitty baobab # gnss things diff --git a/ilex/configuration.nix b/ilex/configuration.nix index 640b1bd..e265207 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -12,6 +12,7 @@ networking.firewall.allowedTCPPorts = [ 5000 ]; boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1; + hardware.opengl.driSupport32Bit = true; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; |