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
This commit is contained in:
parent
3996f63789
commit
2ded3b2826
2 changed files with 18 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue