update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
nodejs_20
|
||||
nodejs_22
|
||||
];
|
||||
}
|
||||
|
||||
6
user/dev/tools/gh.nix
Normal file
6
user/dev/tools/gh.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gh
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user