nixos-configs/homeManagerModules/default.nix
matt1432 66f415ff5f
All checks were successful
Discord / discord commits (push) Has been skipped
refactor: move common/home to nixosModules/shell
2024-11-22 17:58:24 -05:00

5 lines
109 B
Nix

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