From 9d6cd1464952a7c202724a95fe18813fd0310c60 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sun, 8 Mar 2026 21:55:48 +0000 Subject: Add nixGL --- hosts/gheshki/home.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/gheshki/home.nix') diff --git a/hosts/gheshki/home.nix b/hosts/gheshki/home.nix index 0483e4f..89dddfb 100644 --- a/hosts/gheshki/home.nix +++ b/hosts/gheshki/home.nix @@ -5,6 +5,7 @@ , unstableUnfreePkgs , userOptions , lib +, nixgl , ... }: { @@ -16,5 +17,9 @@ "${userOptions.userHome}/.local/share/coursier/bin" ]; + home.packages = [ + pkgs.nixgl.nixGLIntel + ]; + programs.alacritty.settings.font.size = lib.mkForce 8; } -- cgit v1.2.3