refactor: pkgs

This commit is contained in:
2025-01-22 16:58:58 -08:00
parent c426ceceb8
commit 85a46854fe
6 changed files with 28 additions and 38 deletions

View File

@@ -3,9 +3,7 @@
userName = "rocketcamel";
userEmail = "luca_lise@icloud.com";
extraConfig = {
init = {
defaultBranch = "main";
};
init = { defaultBranch = "main"; };
commit.gpgsign = true;
gpg.format = "ssh";
user.signingkey = "~/.ssh/commits.id_rsa.pub";

View File

@@ -10,12 +10,7 @@
tmux = import ./tmux.nix { inherit pkgs; };
};
home.packages = with pkgs; [
nodejs_22
pnpm
gh
oh-my-posh
];
home.packages = with pkgs; [ nodejs_22 pnpm ];
home.stateVersion = "24.11";