nixos/modules/home/home.nix

8 lines
No EOL
73 B
Nix

{ config, pkgs, ... }:
{
imports = [
# ./apps
# ./shell
];
}