mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-06-28 12:19:09 +00:00
Change aliases, terminal and work stuff
This commit is contained in:
parent
ab338d3b15
commit
97677f6181
10 changed files with 14 additions and 93 deletions
13
nixos/modules/compilation.nix
Normal file
13
nixos/modules/compilation.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
mold
|
||||
gcc
|
||||
ninja
|
||||
clang
|
||||
lld
|
||||
lldb
|
||||
musl
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue