dotfiles/home/modules/gui/ghostty.nix

7 lines
128 B
Nix

{ config, inputs, ... }: {
home.packages =
[ (config.lib.nixGL.wrap inputs.ghostty.packages.x86_64-linux.default) ];
}