feat(nixos): add cudatoolkit and deps to nemesis config
This commit is contained in:
parent
29b6b3bd4b
commit
3989dfea54
1 changed files with 6 additions and 2 deletions
|
@ -10,9 +10,8 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
### Networking ###
|
### Graphics ###
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
|
|
||||||
services.xserver.videoDrivers = ["nvidia"];
|
services.xserver.videoDrivers = ["nvidia"];
|
||||||
hardware = {
|
hardware = {
|
||||||
|
@ -82,6 +81,11 @@
|
||||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
|
gnumake # TODO check if needed
|
||||||
|
gcc # TODO check if needed
|
||||||
|
pciutils # TODO check if needed
|
||||||
|
file # TODO check if needed
|
||||||
|
cudatoolkit
|
||||||
];
|
];
|
||||||
|
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue