diff --git a/home/home.nix b/home/home.nix index e537195..b9503b8 100644 --- a/home/home.nix +++ b/home/home.nix @@ -71,7 +71,6 @@ let ] ++ ( with gimpPlugins; [ - resynthesizer fourier lqrPlugin ] @@ -174,7 +173,7 @@ let devTools = [ curl httpie - gdb + #gdb #strace #ltrace #valgrind @@ -453,7 +452,8 @@ in binpath() { realpath $(${pkgs.which}/bin/which $1) } - ''; + '' + + (import ./scripts/reporsync.nix {inherit pkgs;}); oh-my-zsh = {