Files
nixos/home/xonsh.nix
T

8 lines
50 B
Nix
Raw Normal View History

2022-04-18 11:38:06 -05:00
{ ... }:
{
home.files.".xonshrc" = ''
'';
}