Compare commits

...

2 commits

View file

@ -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 = {