More dev things

This commit is contained in:
Geoffrey Frogeye 2024-10-04 14:41:43 +02:00
parent 64ab21f7dd
commit d2dbb5bbde
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,8 @@
cmake
ddd
gdb
gnumake
valgrind
];
sessionVariables = {
CCACHE_CONFIGPATH = "${config.xdg.configHome}/ccache.conf";

View file

@ -18,6 +18,8 @@
})
{
users.extraGroups.dialout.members = [ "geoffrey" ];
# Always comes in handy, not enabled by default anyways
programs.nix-ld.enable = true;
}
];
}