zenix: proton-ge, pinentry-qt

This commit is contained in:
tristan 2024-07-09 17:26:14 +01:00
parent c98d05bc0a
commit 8431dbc175
2 changed files with 6 additions and 3 deletions

View file

@ -34,7 +34,7 @@
notify = true;
};
programs.rbw.settings.pinentry = pkgs.pinentry-gnome3;
programs.rbw.settings.pinentry = pkgs.pinentry-qt;
home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
home.file.".config/pipewire/pipewire.conf.d/raop-discover.conf".text = ''

View file

@ -1,4 +1,4 @@
{lib, ...}: {
{lib, pkgs, ...}: {
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"steam"
@ -6,9 +6,12 @@
"steam-original"
"osu-lazer"
];
programs.steam = {
enable = true;
extest.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};