some stuff
This commit is contained in:
parent
ef537aa980
commit
97fd3be530
8 changed files with 27 additions and 23 deletions
9
home/develop/common.nix
Normal file
9
home/develop/common.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
cmake
|
||||
clang
|
||||
gnumake
|
||||
ninja
|
||||
pkg-config
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue