config.nix/home/default.nix

13 lines
85 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./desktop
./apps
];
}