flake/home/modules/default.nix

7 lines
72 B
Nix
Raw Normal View History

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