mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
jj
This commit is contained in:
parent
cbb2b5bdbd
commit
a2629a1a6e
6 changed files with 89 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
let
|
||||
customPkgs = import ../custom-pkgs pkgs;
|
||||
crates = import ../custom-pkgs/crates pkgs;
|
||||
|
|
@ -10,7 +10,7 @@ with pkgs; [
|
|||
cargo-expand
|
||||
cargo-mommy
|
||||
cargo-nextest
|
||||
customPkgs.jujutsu
|
||||
jujutsu
|
||||
dig
|
||||
fzf
|
||||
gcc
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
{ lib
|
||||
, pkgs
|
||||
, inputs
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
|
|
@ -38,7 +39,7 @@ in
|
|||
spotify
|
||||
# rustup from nix for rust :)
|
||||
rustup
|
||||
] ++ import ./common-packages.nix { inherit pkgs; };
|
||||
] ++ import ./common-packages.nix { inherit pkgs inputs; };
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
# });
|
||||
# })
|
||||
inputs.nur.overlay
|
||||
inputs.jujutsu.overlay
|
||||
];
|
||||
# Configure your nixpkgs instance
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue