Skip to content

Commit

Permalink
bumps and fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Oct 20, 2024
1 parent dcbac33 commit f150319
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 113 deletions.
168 changes: 64 additions & 104 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion home-manager/personalities/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
podman-desktop
mumble
murmur
inputs.nix-gaming.packages.${pkgs.system}.wine-ge
(wineWowPackages.waylandFull.override {
wineRelease = "staging";
mingwSupport = true;
})
dxvk
winetricks
lightworks_2023_02_02
shadps4
];
}
2 changes: 1 addition & 1 deletion nix-darwin/personalities/base/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
trusted-users = [ "root" "@admin" ];
builders-use-substitutes = true;
auto-optimise-store = lib.mkDefault true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = [ "nix-command" "flakes" ];
warn-dirty = false;
flake-registry = ""; # Disable global flake registry
substituters = [
Expand Down
Loading

0 comments on commit f150319

Please sign in to comment.