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