Sat 20 Jul 12:47:38 CEST 2024
This commit is contained in:
parent
9e6e41915d
commit
2c9efde7ef
|
@ -4,6 +4,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nixd
|
nixd
|
||||||
clang
|
clang
|
||||||
|
clang-tools
|
||||||
go
|
go
|
||||||
nodejs
|
nodejs
|
||||||
luarocks
|
luarocks
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
};
|
};
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true; # see note on other shells below
|
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
config = {
|
config = {
|
||||||
global = {
|
global = {
|
||||||
|
@ -83,6 +82,7 @@
|
||||||
source "$(fzf-share)/completion.zsh"
|
source "$(fzf-share)/completion.zsh"
|
||||||
fi
|
fi
|
||||||
source ${./files/keys.zsh}
|
source ${./files/keys.zsh}
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
}
|
}
|
||||||
function run() {
|
function run() {
|
||||||
nix run "nixpkgs#$1" -- "''${@:2}"
|
nix run "nixpkgs#$1" -- "''${@:2}"
|
||||||
|
|
Loading…
Reference in New Issue