diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..3ed609e --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1746663147, + "narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/hosts/hypr-nix/configuration.nix b/hosts/hypr-nix/configuration.nix index 70efb95..ad34d1e 100644 --- a/hosts/hypr-nix/configuration.nix +++ b/hosts/hypr-nix/configuration.nix @@ -172,7 +172,7 @@ hardware.opengl = { enable = true; - driSupport = true; + #driSupport = true; #driSupport32Bit = true; extraPackages = with pkgs; [ vulkan-loader