Extract intel gfx
This commit is contained in:
parent
e02c35d76e
commit
fa02ca0e5e
5 changed files with 3 additions and 1 deletions
|
@ -28,5 +28,6 @@
|
|||
/etc/nixos/hardware-configuration.nix
|
||||
../boot.nix
|
||||
../common.nix
|
||||
../gfx-intel.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -30,5 +30,6 @@
|
|||
/etc/nixos/hardware-configuration.nix
|
||||
../boot.nix
|
||||
../common.nix
|
||||
../gfx-intel.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -19,5 +19,6 @@
|
|||
/etc/nixos/hardware-configuration.nix
|
||||
../boot.nix
|
||||
../common.nix
|
||||
../gfx-intel.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@ in
|
|||
./vscode.nix
|
||||
./syncthing.nix
|
||||
./gsconnect.nix
|
||||
./gfx.nix
|
||||
];
|
||||
|
||||
nixpkgs.config = {
|
||||
|
|
Loading…
Reference in a new issue