Enable nvidia GPU
Update flake inputs
This commit is contained in:
parent
c02ce01b03
commit
4fb55a69b7
3 changed files with 48 additions and 2900 deletions
|
@ -6,6 +6,11 @@
|
|||
config = lib.mkIf (builtins.elem "desktop" config.deployment.tags) {
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
xserver.enable = true;
|
||||
printing.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue