Merge branch 'main' into storage-refactor
This commit is contained in:
commit
adc1c1a918
14 changed files with 114 additions and 261 deletions
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{config, ...}: {
|
||||
# Enable OpenGL
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
|
@ -16,7 +11,7 @@
|
|||
videoDrivers = ["nvidia"];
|
||||
};
|
||||
# Use X instead of wayland
|
||||
displayManager.gdm.wayland = false;
|
||||
displayManager.gdm.wayland = true;
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue