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; [
nixd
clang
clang-tools
go
nodejs
luarocks

View File

@ -29,7 +29,6 @@
};
programs.direnv = {
enable = true;
enableZshIntegration = true; # see note on other shells below
nix-direnv.enable = true;
config = {
global = {
@ -83,6 +82,7 @@
source "$(fzf-share)/completion.zsh"
fi
source ${./files/keys.zsh}
eval "$(direnv hook zsh)"
}
function run() {
nix run "nixpkgs#$1" -- "''${@:2}"