feat(PABU): setup nix development environment

This commit is contained in:
Jacob Bachmann 2025-08-18 22:19:00 +02:00
parent 53271d1d4c
commit 6647e371e3
2 changed files with 21 additions and 6 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
home.packages = with pkgs; [
gcc
nodejs_20