marleyos/modules/base/programs/default.nix
2025-05-27 18:23:11 -07:00

6 lines
55 B
Nix

{
imports = [
./fish.nix
./neovim.nix
];
}