initial commit
This commit is contained in:
12
modules/apps/dev.nix
Normal file
12
modules/apps/dev.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
git
|
||||
uv
|
||||
rustup
|
||||
antigravity-cli
|
||||
pi-coding-agent
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user