10 lines
103 B
Nix
10 lines
103 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./alacritty.nix
|
||
|
./starship.nix
|
||
|
];
|
||
|
|
||
|
programs.fish.enable = true;
|
||
|
}
|