dotfiles/home/modules/gui/ghostty.nix

8 lines
128 B
Nix
Raw Normal View History

2024-12-26 22:34:18 +00:00
{ config, inputs, ... }: {
2024-12-26 22:28:12 +00:00
2024-12-26 22:34:18 +00:00
home.packages =
[ (config.lib.nixGL.wrap inputs.ghostty.packages.x86_64-linux.default) ];
2024-12-26 22:28:12 +00:00
}