migrates even more things
This commit is contained in:
parent
fc2234ae21
commit
8363764798
6 changed files with 69 additions and 4 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{ config, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
flake.modules.nixos.nvidia-graphics =
|
||||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware = {
|
||||
graphics.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue