summaryrefslogtreecommitdiff
path: root/modules/devtools.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-10-09 13:29:30 +0200
committerGrigory Shipunov2022-10-09 13:29:30 +0200
commit2ded3b282601f6aaaca12ce685b333407035fe13 (patch)
tree6381c3bfc9a158bfa500a104783d69abe30851a8 /modules/devtools.nix
parent3996f63789147cabec2b8deddab76df93ec3d9a7 (diff)
pin nixpkgs in flake registry to system's flake.lock, minor changes
add C tooling to devtools, more history for zsh by default, pcmanfm cause some stuff requires full-blown file manager
Diffstat (limited to 'modules/devtools.nix')
-rw-r--r--modules/devtools.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix
index a21df41..e3fe07b 100644
--- a/modules/devtools.nix
+++ b/modules/devtools.nix
@@ -5,6 +5,12 @@
inputs.emacs-overlay.overlay
];
environment.systemPackages = with pkgs; [
+ # general
+ cmake
+ gcc
+ binutils
+ clang
+ clang-tools
# rust
(inputs.fenix.packages."x86_64-linux".stable.withComponents [
"cargo"