Files
nixos/modules/home/default.nix

15 lines
133 B
Nix

{ lib
, pkgs
, config
, ...
}:
{
imports = [
./git.nix
./direnv.nix
./git.nix
./qt.nix
];
}