4 lines
78 B
Nix
4 lines
78 B
Nix
self: {
|
|
firefox = import ./firefox self;
|
|
neovim = import ./neovim self;
|
|
}
|