Refactors to use app.nix for easier extension. Removes librewolf from host, as it makes more sense on the user every time.
9 lines
66 B
Nix
9 lines
66 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./fish
|
|
./xonsh
|
|
./zsh
|
|
];
|
|
}
|