Files
nixos/home/xonsh.nix
T
Greg Hellings 13be0b0895 Convert to flakes
Convert the install to flakes
Move home-manager into core repository
2022-04-18 11:38:06 -05:00

8 lines
50 B
Nix

{ ... }:
{
home.files.".xonshrc" = ''
'';
}