This commit is contained in:
iFargle 2023-08-17 14:45:29 +09:00
parent 1247fd133e
commit 19a175f365

View file

@ -71,30 +71,22 @@
environment.systemPackages = with pkgs; [
# Fingerprint software
fprintd
# nVidia graphcis options
# nVidia graphics options
vulkan-loader
vulkan-validation-layers
vulkan-tools
gwe
# nvtop for use with nvidia cards
nvtop-nvidia
# Game related things
gamemode
# support both 32- and 64-bit applications
wineWowPackages.stable
# wine-staging (version with experimental features)
# wineWowPackages.staging
# winetricks (all versions)
winetricks
# native wayland support (unstable)
wineWowPackages.waylandFull
];
}
];
}