flake/users/guanranwang/home-manager/actual-modules/default.nix

5 lines
49 B
Nix

{...}: {
imports = [
./terminal.nix
];
}