mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Move files into a sub folder to clean up a bit
This commit is contained in:
parent
8d629a40c6
commit
5edcc12af5
6 changed files with 3 additions and 3 deletions
11
nix-configs/oryp6.nix
Normal file
11
nix-configs/oryp6.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# NVIDIA
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.opengl.enable = true;
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
||||
# Allow Unfree
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue