Compare commits

..

2 commits

2 changed files with 14 additions and 0 deletions

View file

@ -201,8 +201,15 @@
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit username;
};
modules = [
home/core.nix
home/targets/genericLinux.nix
modules/nix.nix
home/neovim/default.nix
home/zsh/default.nix

View file

@ -0,0 +1,7 @@
{
...
}: {
targets.genericLinux.enable = true;
}