mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 02:36:19 +00:00
13 lines
246 B
Nix
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";
|
|
};
|
|
};
|
|
}
|