Separated langs and game apps into other files
This commit is contained in:
13
user/lang/cc/cc.nix
Normal file
13
user/lang/cc/cc.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
# CC
|
||||
gcc
|
||||
gnumake
|
||||
cmake
|
||||
autoconf
|
||||
automake
|
||||
libtool
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user