Files
nixos/home/modules/default.nix
T

10 lines
74 B
Nix

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