mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 13:42:50 +02:00
mommy x
This commit is contained in:
parent
0d2721106d
commit
ddc0aa1692
9 changed files with 213 additions and 1 deletions
|
|
@ -1,8 +1,13 @@
|
|||
{ pkgs, ... }: with pkgs; [
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
customPkgs = import ../custom-pkgs/default.nix pkgs;
|
||||
in
|
||||
with pkgs; [
|
||||
bacon
|
||||
bat
|
||||
cargo-expand
|
||||
cargo-nextest
|
||||
customPkgs.cargo-mommy
|
||||
fzf
|
||||
gcc
|
||||
gdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue