reorg
This commit is contained in:
parent
fe3dde6667
commit
d37834a164
30 changed files with 245 additions and 179 deletions
13
home-manager/shared/programs/dev/default.nix
Normal file
13
home-manager/shared/programs/dev/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
k9s
|
||||
kubectl
|
||||
python3
|
||||
p7zip
|
||||
gnumake
|
||||
gcc
|
||||
go
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue