dotfiles/nixcfgs/users/js0ny/programs/wine.nix
2026-03-09 19:13:46 +00:00

13 lines
246 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
protontricks
bottles
];
dconf.settings = {
"com/usebottles/bottles" = {
update-date = true;
steam-proton-support = true;
startup-view = "page_library";
};
};
}