From 1660e07d812ea19c53dd7d4e375768db4cc363a6 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 12 Nov 2025 07:28:10 +0100 Subject: [PATCH] nixgl fix --- flake.nix | 5 ++++- home/logistik/home.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 1814542..e1d99d9 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,10 @@ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; - nixgl.url = "github:nix-community/nixGL"; + nixgl = { + url = "github:nix-community/nixGL"; + inputs.nixpkgs.follows = "nixpkgs"; + }; nur = { url = "github:nix-community/NUR"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/home/logistik/home.nix b/home/logistik/home.nix index a5f27bd..400018d 100644 --- a/home/logistik/home.nix +++ b/home/logistik/home.nix @@ -27,7 +27,7 @@ home.packages = with pkgs; [ rose-pine-hyprcursor nitch - nixgl + nixgl.auto.nixGLDefault # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello