mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-07 01:59:13 +00:00
ghostty: inherit system
This commit is contained in:
parent
7d7476ab24
commit
21d2a05769
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, inputs, pkgs, ... }: {
|
||||
|
||||
home.packages =
|
||||
[ (config.lib.nixGL.wrap inputs.ghostty.packages.x86_64-linux.default) ];
|
||||
[ (config.lib.nixGL.wrap inputs.ghostty.packages.${pkgs.system}.default) ];
|
||||
|
||||
xdg.configFile."ghostty/config".text = ''
|
||||
auto-update = off
|
||||
|
|
Loading…
Reference in a new issue