add docs
This commit is contained in:
parent
10b9912136
commit
63075c81e9
2 changed files with 14 additions and 6 deletions
|
@ -70,12 +70,6 @@
|
|||
neofetch
|
||||
gnupg
|
||||
fail2ban
|
||||
|
||||
# nvtop for use with nvidia cards
|
||||
nvtop-nvidia
|
||||
|
||||
# Game related things
|
||||
gamemode
|
||||
];
|
||||
|
||||
# Enable tailscale
|
||||
|
|
|
@ -19,6 +19,13 @@
|
|||
# https://libreddit.kavin.rocks/r/NixOS/comments/x04dyv/optimus_help/
|
||||
# boot.kernelParams = [ "nomodeset" ];
|
||||
|
||||
#
|
||||
#
|
||||
#
|
||||
# nVidia information:
|
||||
# https://github.com/NixOS/nixpkgs/pull/211300
|
||||
# https://github.com/NixOS/nixpkgs/pull/244060
|
||||
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
opengl.driSupport32Bit = true;
|
||||
|
@ -50,6 +57,7 @@
|
|||
# __GLX_VENDOR_LIBRARY_NAME = "nvidia";
|
||||
# };
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Fingerprint software
|
||||
fprintd
|
||||
|
@ -59,6 +67,12 @@
|
|||
vulkan-tools
|
||||
gwe
|
||||
|
||||
# nvtop for use with nvidia cards
|
||||
nvtop-nvidia
|
||||
|
||||
# Game related things
|
||||
gamemode
|
||||
|
||||
# wine install
|
||||
# support both 32- and 64-bit applications
|
||||
wineWowPackages.stable
|
||||
|
|
Loading…
Add table
Reference in a new issue