mirror of
https://git.gay/xqtc/nixos-config
synced 2025-01-07 20:23:17 +01:00
5 lines
105 B
Nix
5 lines
105 B
Nix
|
{inputs, pkgs, lib, ...}:
|
||
|
{
|
||
|
xdg.configFile."ghostty/config".source = ../config-files/ghostty-config;
|
||
|
}
|