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; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Fingerprint software
|
# Fingerprint software
|
||||||
fprintd
|
fprintd
|
||||||
# nVidia graphcis options
|
# nVidia graphics options
|
||||||
vulkan-loader
|
vulkan-loader
|
||||||
vulkan-validation-layers
|
vulkan-validation-layers
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
gwe
|
gwe
|
||||||
|
|
||||||
# nvtop for use with nvidia cards
|
|
||||||
nvtop-nvidia
|
nvtop-nvidia
|
||||||
|
|
||||||
# Game related things
|
# Game related things
|
||||||
gamemode
|
gamemode
|
||||||
# support both 32- and 64-bit applications
|
# support both 32- and 64-bit applications
|
||||||
wineWowPackages.stable
|
wineWowPackages.stable
|
||||||
|
|
||||||
# wine-staging (version with experimental features)
|
# wine-staging (version with experimental features)
|
||||||
# wineWowPackages.staging
|
# wineWowPackages.staging
|
||||||
|
|
||||||
# winetricks (all versions)
|
# winetricks (all versions)
|
||||||
winetricks
|
winetricks
|
||||||
|
|
||||||
# native wayland support (unstable)
|
# native wayland support (unstable)
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue