5 lines
109 B
Nix
5 lines
109 B
Nix
self: {
|
|
firefox = import ./firefox self;
|
|
neovim = import ./neovim self;
|
|
shell = import ./shell self;
|
|
}
|