snowflake/home/default.nix
2023-03-19 15:10:30 -04:00

14 lines
127 B
Nix

{
default,
...
}: {
imports = [
./neofetch
./nushell
./starship
./helix
./git
./lazygit
];
}