nix-conf/home-modules/default.nix

11 lines
89 B
Nix
Raw Normal View History

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