Compare commits

...

2 commits

View file

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