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

6 lines
72 B
Nix

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