fix static ip and move gitconfig

This commit is contained in:
Kopatz
2024-04-29 21:55:52 +02:00
parent 9c1d4fc667
commit 650f502800
14 changed files with 44 additions and 156 deletions

View File

@@ -14,36 +14,11 @@
imports = [
../../home-manager/nvim.nix
../../home-manager/gitconfig.nix
../../home-manager/zsh.nix
../../home-manager/direnv.nix
inputs.nix-colors.homeManagerModule
];
home.file.".gitconfig" = {
enable = true;
source = ./.gitconfig;
target = ".gitconfig";
};
home.file.".gitconfig-github" = {
enable = true;
source = ./.gitconfig-github;
target = ".gitconfig-github";
};
home.file.".gitconfig-selfhosted" = {
enable = true;
source = ./.gitconfig-selfhosted;
target = ".gitconfig-selfhosted";
};
home.file.".gitconfig-gitlabfh" = {
enable = true;
source = ./.gitconfig-gitlabfh;
target = ".gitconfig-gitlabfh";
};
home.file.".gitconfig-evolit" = {
enable = true;
source = ./.gitconfig-evolit;
target = ".gitconfig-evolit";
};
colorScheme = inputs.nix-colors.colorSchemes.tokyo-night-dark;
}