The nixpad rabbit hole
This commit is contained in:
15
private_dot_config/nixos/dev-pkgs.nix
Normal file
15
private_dot_config/nixos/dev-pkgs.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
python315 graphviz
|
||||
texliveFull
|
||||
rustup gcc go
|
||||
cmake gnumake
|
||||
trunk slumber
|
||||
direnv
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user