Enables android dev on altair
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
../../features/gc.nix
|
||||
../../features/gui.nix
|
||||
../../features/container-dev.nix
|
||||
../../features/android-dev.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
@@ -69,7 +69,17 @@
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware.nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
||||
# Other options include:
|
||||
# stable - Current stable
|
||||
# production - Same as stable
|
||||
# latest - Bleeding edge
|
||||
# beta - latest beta
|
||||
#
|
||||
# See https://nixos.wiki/wiki/Nvidia
|
||||
#
|
||||
# Current versions can be found in https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/os-specific/linux/nvidia-x11/default.nix
|
||||
#
|
||||
package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
|
||||
modesetting.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user