From 0268623e13f4cdb47a45495a73d879741c778f70 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Wed, 12 Nov 2025 06:56:25 +0100 Subject: [PATCH] +nixgl --- flake.lock | 70 ++++++++++++++++++++++++++++++++++++++++- flake.nix | 3 +- home/common/default.nix | 1 + home/logistik/home.nix | 1 + 4 files changed, 73 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 88c8e23..cf7e9f2 100644 --- a/flake.lock +++ b/flake.lock @@ -201,6 +201,24 @@ "type": "github" } }, + "flake-utils": { + "inputs": { + "systems": "systems_4" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -342,6 +360,25 @@ "type": "github" } }, + "nixgl": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs_5" + }, + "locked": { + "lastModified": 1762090880, + "narHash": "sha256-fbRQzIGPkjZa83MowjbD2ALaJf9y6KMDdJBQMKFeY/8=", + "owner": "nix-community", + "repo": "nixGL", + "rev": "b6105297e6f0cd041670c3e8628394d4ee247ed5", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixGL", + "type": "github" + } + }, "nixos-anywhere": { "inputs": { "disko": "disko_2", @@ -505,6 +542,21 @@ } }, "nixpkgs_5": { + "locked": { + "lastModified": 1746378225, + "narHash": "sha256-OeRSuL8PUjIfL3Q0fTbNJD/fmv1R+K2JAOqWJd3Oceg=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "93e8cdce7afc64297cfec447c311470788131cd9", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_6": { "locked": { "lastModified": 1761468971, "narHash": "sha256-vY2OLVg5ZTobdroQKQQSipSIkHlxOTrIF1fsMzPh8w8=", @@ -551,8 +603,9 @@ "m3ta-nixpkgs": "m3ta-nixpkgs", "nix-ai-tools": "nix-ai-tools", "nix-colors": "nix-colors", + "nixgl": "nixgl", "nixos-anywhere": "nixos-anywhere", - "nixpkgs": "nixpkgs_5", + "nixpkgs": "nixpkgs_6", "nixpkgs-unstable": "nixpkgs-unstable", "nur": "nur" } @@ -602,6 +655,21 @@ "type": "github" } }, + "systems_4": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "treefmt-nix": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index 289c40b..1814542 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; - + nixgl.url = "github:nix-community/nixGL"; nur = { url = "github:nix-community/NUR"; inputs.nixpkgs.follows = "nixpkgs"; @@ -54,6 +54,7 @@ home-manager, nixpkgs, m3ta-nixpkgs, + nixgl, nur, ... } @ inputs: let diff --git a/home/common/default.nix b/home/common/default.nix index 371dd0f..52a4921 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -20,6 +20,7 @@ inputs.nur.overlays.default inputs.m3ta-nixpkgs.overlays.default inputs.m3ta-nixpkgs.overlays.modifications + inputs.nixgl.overlay # Add stable as an overlay for home-manager (final: _prev: { stable = import inputs.nixpkgs { diff --git a/home/logistik/home.nix b/home/logistik/home.nix index 480d66f..a5f27bd 100644 --- a/home/logistik/home.nix +++ b/home/logistik/home.nix @@ -27,6 +27,7 @@ home.packages = with pkgs; [ rose-pine-hyprcursor nitch + nixgl # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello