Files
nixos/home/modules/default.nix
T

8 lines
45 B
Nix
Raw Normal View History

2022-04-29 10:58:31 -05:00
{ ... }:
{
imports = [
./xonsh.nix
];
}