Moar progress
This commit is contained in:
parent
9c5f454a1c
commit
4830f943b4
11 changed files with 219 additions and 16 deletions
|
@ -1,12 +1,11 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
imports = [
|
||||
../graphics.nix
|
||||
];
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
open = true;
|
||||
modesetting.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue