7 lines
90 B
Nix
7 lines
90 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./homeFiles.nix
|
|
./fish.nix
|
|
./starship.nix
|
|
];
|
|
}
|