Compare commits
2 commits
57be696872
...
bfdb4d6225
Author | SHA1 | Date | |
---|---|---|---|
|
bfdb4d6225 | ||
|
5c71ee1ab5 |
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue