Change aliases, terminal and work stuff

This commit is contained in:
Bart van der Braak 2025-01-21 23:21:23 +01:00
parent ab338d3b15
commit 97677f6181
10 changed files with 14 additions and 93 deletions

View file

@ -0,0 +1,13 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
mold
gcc
ninja
clang
lld
lldb
musl
];
}