direnv
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
./rust.nix
|
||||
./git
|
||||
./solidity.nix
|
||||
./dev.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
programs = {
|
||||
direnv.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -3,6 +3,17 @@
|
||||
home.packages = with pkgs; [
|
||||
rustup
|
||||
bacon
|
||||
openssl
|
||||
openssl_3
|
||||
pkg-config
|
||||
glib
|
||||
glib.dev
|
||||
gtk3
|
||||
libsoup
|
||||
webkitgtk
|
||||
dbus
|
||||
librsvg
|
||||
];
|
||||
|
||||
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user