From 1584a2918a73cc73ac91692112b3b310982f6051 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 6 Jul 2024 10:23:51 +0200 Subject: [PATCH] add opengl --- configuration.nix | 5 +++++ flake.lock | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 74a4641..c657ae8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,6 +22,10 @@ system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true; + + # Graphics + hardware.opengl.enable = true; + # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; @@ -137,6 +141,7 @@ dig nodejs_20 lact + glxinfo # PROGRAMS obsidian sparrow diff --git a/flake.lock b/flake.lock index d0acca4..574124c 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1717144377, - "narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=", + "lastModified": 1719707984, + "narHash": "sha256-RoxIr/fbndtuKqulGvNCcuzC6KdAib85Q8gXnjzA1dw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "805a384895c696f802a9bf5bf4720f37385df547", + "rev": "7dca15289a1c2990efbe4680f0923ce14139b042", "type": "github" }, "original": {