test
This commit is contained in:
parent
1247fd133e
commit
19a175f365
1 changed files with 2 additions and 10 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue