Files
nixos/home/modules/default.nix
T
2022-12-24 00:36:36 -06:00

9 lines
59 B
Nix

{ ... }:
{
imports = [
./gnome.nix
./xonsh.nix
];
}