nix-conf/home-modules/default.nix

10 lines
89 B
Nix

{ self, ... }:
{
imports = [
./common
./direnv
./firefox
./git
];
}