nix-conf/home-modules/default.nix
2024-04-18 16:12:00 +02:00

12 lines
113 B
Nix

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