Sat 20 Jul 12:47:38 CEST 2024

This commit is contained in:
Thomas Avé 2024-07-20 12:47:38 +02:00
parent 9e6e41915d
commit 2c9efde7ef
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
nixd nixd
clang clang
clang-tools
go go
nodejs nodejs
luarocks luarocks

View File

@ -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}"