mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-13 19:30:41 +02:00
feat: update nixpkgs, fix bug
This commit is contained in:
@@ -63,7 +63,7 @@ in
|
||||
winePackages = with pkgs-x64; [
|
||||
wineWow64Packages.full
|
||||
];
|
||||
extraPackages = with pkgs; [
|
||||
extraPackages = with pkgs-x64; [
|
||||
winetricks
|
||||
gamescope
|
||||
gamemode
|
||||
|
||||
Reference in New Issue
Block a user