wip: prepare for nix

This commit is contained in:
Fabio Lenherr / DashieTM 2024-04-14 14:43:43 +02:00
parent 79ed239d07
commit 6671b54dd2
32 changed files with 1282 additions and 43 deletions

20
nix/programs/coding.nix Normal file
View file

@ -0,0 +1,20 @@
{ lib
, pkgs
, ...
}:
{
home.packages = with pkgs; [
git
gcc
meson
ninja
rustup
go
nodejs_20
deno
# rustpython
neovim
typst
neovide
];
}