flake/home/modules/default.nix
2024-01-17 19:53:00 +08:00

6 lines
72 B
Nix

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