nixos-systems/modules/home/default.nix
Eli Ribble c022445849 Add more complex user setup for eliribble
Includes fish functions and neovim via nix
2025-07-16 15:19:35 -07:00

6 lines
49 B
Nix

{
imports = [
./fish.nix
./neovim.nix
];
}