git config

This commit is contained in:
Benjamin Palko 2024-07-15 21:38:21 -04:00
parent 3caf6e9a67
commit 4f6a0c34d5
2 changed files with 13 additions and 4 deletions

View file

@ -25,10 +25,6 @@ in
users.users.${username} = {
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [
git
gh
];
};
home-manager = {
@ -42,6 +38,7 @@ in
home.username = username;
home.homeDirectory = "/home/${username}";
imports = [
../home-manager/git.nix
../home-manager/hyprland.nix
../home-manager/media.nix
../home-manager/nvim.nix