nix-config/hosts/workstation-vm/home.nix
Gabe Venberg fe1ed3e1be IN PROGRESS COMMIT. does not currently build.
Attempting to make nixos config that incorperates a non-nixos HM config.
2024-04-03 17:50:53 -05:00

16 lines
261 B
Nix

{
inputs,
config,
pkgs,
lib,
...
}: {
imports = [
../../modules/home-manager/terminal
../../modules/home-manager/nvim
../../modules/home-manager
../../modules/home-manager/kitty.nix
inputs.nixvim.homeManagerModules.nixvim
];
}