mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-15 13:39:13 +00:00
7 lines
128 B
Nix
7 lines
128 B
Nix
{ config, inputs, ... }: {
|
|
|
|
home.packages =
|
|
[ (config.lib.nixGL.wrap inputs.ghostty.packages.x86_64-linux.default) ];
|
|
|
|
}
|
|
|