summaryrefslogtreecommitdiff
path: root/hosts/gheshki/home.nix
diff options
context:
space:
mode:
authorAmir Saeid <amir@glgdgt.com>2026-03-08 21:55:48 +0000
committerAmir Saeid <amir@glgdgt.com>2026-03-08 21:55:48 +0000
commit9d6cd1464952a7c202724a95fe18813fd0310c60 (patch)
treebe9a7fa6e68f70e3abd53fee83eea2dc9cba4908 /hosts/gheshki/home.nix
parent476d3ae96a028731368c673f1715bf6e98c3fc7c (diff)
Add nixGL
Diffstat (limited to 'hosts/gheshki/home.nix')
-rw-r--r--hosts/gheshki/home.nix5
1 files changed, 5 insertions, 0 deletions
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;
}