mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
jj
This commit is contained in:
parent
274ca062bf
commit
ae6b7cc81b
3 changed files with 19 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
customPkgs = import ../custom-pkgs pkgs;
|
||||
crates = import ../custom-pkgs/crates pkgs;
|
||||
in
|
||||
with pkgs; [
|
||||
|
|
@ -9,6 +10,7 @@ with pkgs; [
|
|||
cargo-expand
|
||||
cargo-mommy
|
||||
cargo-nextest
|
||||
customPkgs.jujutsu
|
||||
dig
|
||||
fzf
|
||||
gcc
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
# This is your home-manager configuration file
|
||||
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
|
||||
|
||||
{ inputs
|
||||
, lib
|
||||
, config
|
||||
{ lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue