mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-07 01:59:13 +00:00
ghostty: use nixgl wrapper
This commit is contained in:
parent
127b1c9268
commit
0307c91860
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{ inputs, ... }: {
|
||||
{ config, inputs, ... }: {
|
||||
|
||||
home.packages = [ inputs.ghostty.packages.x86_64-linux.default ];
|
||||
home.packages =
|
||||
[ (config.lib.nixGL.wrap inputs.ghostty.packages.x86_64-linux.default) ];
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue