diff options
Diffstat (limited to 'hosts/gheshki/home.nix')
| -rw-r--r-- | hosts/gheshki/home.nix | 5 |
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; } |
