refactor: pkgs
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user