Compare commits

..

No commits in common. "9719d3eefc6fc3bb14decc3976f84125643ad963" and "68a7cc25ac4e1b947dd7466ca04d415f7668e621" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View file

@ -201,15 +201,8 @@
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

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