nixos-configs/homeManagerModules/default.nix

6 lines
109 B
Nix
Raw Normal View History

self: {
firefox = import ./firefox self;
neovim = import ./neovim self;
shell = import ./shell self;
}