diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-03-08 21:55:48 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-03-08 21:55:48 +0000 |
| commit | 9d6cd1464952a7c202724a95fe18813fd0310c60 (patch) | |
| tree | be9a7fa6e68f70e3abd53fee83eea2dc9cba4908 /hosts | |
| parent | 476d3ae96a028731368c673f1715bf6e98c3fc7c (diff) | |
Add nixGL
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/gheshki/home.nix | 5 | ||||
| -rw-r--r-- | hosts/mentat/home.nix | 2 |
2 files changed, 5 insertions, 2 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; } diff --git a/hosts/mentat/home.nix b/hosts/mentat/home.nix index 9b17042..3351cbe 100644 --- a/hosts/mentat/home.nix +++ b/hosts/mentat/home.nix @@ -16,8 +16,6 @@ ]; home.packages = [ - pkgs.alacritty pkgs.stats - pkgs.zed-editor ]; } |
