nixos-configs/common/home/default.nix
matt1432 20dac8791e
All checks were successful
Discord / discord commits (push) Has been skipped
refactor: limit use of with lib
2024-01-22 11:09:37 -05:00

11 lines
110 B
Nix

{...}: {
imports = [
./bash
./git
./neovim
./nix-index
./tmux
./packages.nix
];
}