Skip to content

Commit

Permalink
fix: use flatpak for zoom game-console stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Feb 23, 2025
1 parent fad9d3e commit 432a15e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home-manager/personalities/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
home.packages = with pkgs; [
moonlight-qt
syncthing
zoom-us
# Currently broken and using with flatpak for now.
# zoom-us
system76-keyboard-configurator
podman-desktop
mumble
Expand Down
1 change: 1 addition & 0 deletions nixos/personalities/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
pkgs.mesa.opencl
];
services.hardware.bolt.enable = true;
services.flatpak.enable = true;
}
11 changes: 11 additions & 0 deletions nixos/personalities/desktop/game-console.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
enable = true;
package = pkgs.steam.override {
extraPkgs = pkgs: with pkgs; [ liberation_ttf wqy_zenhei ];
extraLibraries = pkgs: [ pkgs.xorg.libxcb ];
};
extest.enable = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
Expand Down Expand Up @@ -125,6 +126,16 @@
wifi.backend = "iwd";
};
};
hardware = {
graphics = {
enable = true;
enable32Bit = true;
};
amdgpu.amdvlk = {
enable = true;
support32Bit.enable = true;
};
};
hardware.bluetooth.enable = true;
hardware.bluetooth.input = {
General = {
Expand Down

0 comments on commit 432a15e

Please sign in to comment.